Correct typescript warning.

This commit is contained in:
Robin Davies
2022-10-11 15:13:24 -04:00
parent e76f268528
commit 90020daccb
+1 -1
View File
@@ -584,7 +584,7 @@ const AppThemed = withStyles(appStyles)(class extends ResizeResponsiveComponent<
displayState: newState, displayState: newState,
canFullScreen: supportsFullScreen() && !this.model_.isAndroidHosted() canFullScreen: supportsFullScreen() && !this.model_.isAndroidHosted()
}); });
if (newState == State.Ready) if (newState === State.Ready)
{ {
if (!this.onboardingShown) if (!this.onboardingShown)
{ {