Don't show "stable" welcome modal on Electron (#1779)

This commit is contained in:
Daniel Ternyak 2018-05-14 11:54:49 -05:00 committed by GitHub
parent a77aa3a02c
commit 44b3ed411f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class RootClass extends Component<Props, State> {
{!process.env.DOWNLOADABLE_BUILD && (
<React.Fragment>
<OnboardModal />
<WelcomeModal />
{!process.env.BUILD_ELECTRON && <WelcomeModal />}
</React.Fragment>
)}
</React.Fragment>