Skip to content

Commit 9981328

Browse files
authored
Merge pull request scratchfoundation#101 from cwillisf/fix-telemetry-modal
Fix telemetry modal
2 parents 88b1da1 + af029b6 commit 9981328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/app.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ const ScratchDesktopHOC = function (WrappedComponent) {
9696
// the hierarchy of HOC constructor calls clearer here; it has nothing to do with redux's
9797
// ability to compose reducers.
9898
const WrappedGui = compose(
99-
AppStateHOC,
100-
ScratchDesktopHOC
99+
ScratchDesktopHOC,
100+
AppStateHOC
101101
)(GUI);
102102

103103
ReactDOM.render(<WrappedGui />, appTarget);

0 commit comments

Comments
 (0)