diff --git a/react/src/AppThemed.tsx b/react/src/AppThemed.tsx index 502df30..be4c6e3 100644 --- a/react/src/AppThemed.tsx +++ b/react/src/AppThemed.tsx @@ -584,7 +584,7 @@ const AppThemed = withStyles(appStyles)(class extends ResizeResponsiveComponent< displayState: newState, canFullScreen: supportsFullScreen() && !this.model_.isAndroidHosted() }); - if (newState == State.Ready) + if (newState === State.Ready) { if (!this.onboardingShown) {