From a2b42560423fbc6c7b717362b2d4dab447664ff9 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Mon, 10 Apr 2017 14:01:32 +0300 Subject: [PATCH] lock activate coin button if iguana is not running --- react/src/components/login/login.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/src/components/login/login.js b/react/src/components/login/login.js index 398cc19..5cfb283 100644 --- a/react/src/components/login/login.js +++ b/react/src/components/login/login.js @@ -54,7 +54,7 @@ class Login extends React.Component { } render() { - if (this.state && this.state.display) { + if ((this.state && this.state.display) || !this.props.Main) { return (
@@ -107,7 +107,7 @@ class Login extends React.Component {

{translate('INDEX.WELCOME_PLEASE_ADD')}

- +