From 44b3ed411f2b3957e90e68284a9ff53647e97732 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Mon, 14 May 2018 11:54:49 -0500 Subject: [PATCH] Don't show "stable" welcome modal on Electron (#1779) --- common/Root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Root.tsx b/common/Root.tsx index 38d166c6..59dba1a1 100644 --- a/common/Root.tsx +++ b/common/Root.tsx @@ -113,7 +113,7 @@ class RootClass extends Component { {!process.env.DOWNLOADABLE_BUILD && ( - + {!process.env.BUILD_ELECTRON && } )}