From 69eb7491ceee1fbafdbcf35231bd0a5bc4fab47e Mon Sep 17 00:00:00 2001 From: Leroy Jethro Gibbs Date: Fri, 10 May 2019 10:58:38 +0300 Subject: [PATCH] #2662 Update default container to Cloud instead of Local --- app/components/Login/Login.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Login/Login.jsx b/app/components/Login/Login.jsx index cca2b319e4..8770590de3 100644 --- a/app/components/Login/Login.jsx +++ b/app/components/Login/Login.jsx @@ -9,7 +9,7 @@ export default class Login extends React.Component { constructor() { super(); this.state = { - activeWalletModel: true + activeWalletModel: false }; }