mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 14:12:05 -05:00
Merge pull request #101 from cwillisf/fix-telemetry-modal
Fix telemetry modal
This commit is contained in:
commit
998132876e
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ const ScratchDesktopHOC = function (WrappedComponent) {
|
||||||
// the hierarchy of HOC constructor calls clearer here; it has nothing to do with redux's
|
// the hierarchy of HOC constructor calls clearer here; it has nothing to do with redux's
|
||||||
// ability to compose reducers.
|
// ability to compose reducers.
|
||||||
const WrappedGui = compose(
|
const WrappedGui = compose(
|
||||||
AppStateHOC,
|
ScratchDesktopHOC,
|
||||||
ScratchDesktopHOC
|
AppStateHOC
|
||||||
)(GUI);
|
)(GUI);
|
||||||
|
|
||||||
ReactDOM.render(<WrappedGui />, appTarget);
|
ReactDOM.render(<WrappedGui />, appTarget);
|
||||||
|
|
Loading…
Reference in a new issue