Skip to content

Commit af029b6

Browse files
author
Christopher Willis-Ford
committed
fix telemetry modal
1 parent 88b1da1 commit af029b6

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)