Skip to content
Snippets Groups Projects
Unverified Commit e4701e7b authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #4089 from paulkaplan/use-preview-info-prop

Actually use the showPreviewInfo prop to show the preview modal
parents 0d9e1037 923dd3ac
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ const AppStateHOC = function (WrappedComponent, localesOnly) {
if (props.isPlayerOnly) {
initializedGui = initPlayer(initializedGui);
}
} else {
} else if (props.showPreviewInfo) {
initializedGui = initPreviewInfo(initializedGui);
}
reducers = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment