Skip to content

Commit

Permalink
Move project meta fetcher HOC to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 12, 2024
1 parent 40c44e1 commit ef81118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/gui.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ const WrappedGui = compose(
ErrorBoundaryHOC('Top Level App'),
TWThemeManagerHOC, // componentDidUpdate() needs to run very early for icons to update immediately
TWFullScreenResizerHOC,
TWProjectMetaFetcherHOC,
FontLoaderHOC,
// QueryParserHOC, // tw: HOC is unused
ProjectFetcherHOC,
Expand All @@ -215,6 +214,7 @@ const WrappedGui = compose(
vmManagerHOC,
SBFileUploaderHOC,
cloudManagerHOC,
TWProjectMetaFetcherHOC,
systemPreferencesHOC
)(ConnectedGUI);

Expand Down

0 comments on commit ef81118

Please sign in to comment.