From 411aaaac98bb3b0c38120122c1ede7353737114f Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Fri, 26 Apr 2019 18:24:03 +0400 Subject: [PATCH] some weird symbol fixes --- src/routes/safe/components/Layout.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/safe/components/Layout.jsx b/src/routes/safe/components/Layout.jsx index e1467280..25fa8a58 100644 --- a/src/routes/safe/components/Layout.jsx +++ b/src/routes/safe/components/Layout.jsx @@ -91,11 +91,11 @@ class Layout extends React.Component { safe, provider, network, classes, granted, tokens, activeTokens, } = this.props const { tabIndex } = this.state - + if (!safe) { return } - + const { address, ethBalance, name } = safe const etherScanLink = getEtherScanLink(address, network)