some weird symbol fixes

This commit is contained in:
Mikhail Mikheev 2019-04-26 18:24:03 +04:00
parent 826baa9f1c
commit 411aaaac98
1 changed files with 2 additions and 2 deletions

View File

@ -91,11 +91,11 @@ class Layout extends React.Component<Props, State> {
safe, provider, network, classes, granted, tokens, activeTokens,
} = this.props
const { tabIndex } = this.state
if (!safe) {
return <NoSafe provider={provider} text="Safe not found" />
}
const { address, ethBalance, name } = safe
const etherScanLink = getEtherScanLink(address, network)