some weird symbol fixes
This commit is contained in:
parent
826baa9f1c
commit
411aaaac98
|
@ -91,11 +91,11 @@ class Layout extends React.Component<Props, State> {
|
||||||
safe, provider, network, classes, granted, tokens, activeTokens,
|
safe, provider, network, classes, granted, tokens, activeTokens,
|
||||||
} = this.props
|
} = this.props
|
||||||
const { tabIndex } = this.state
|
const { tabIndex } = this.state
|
||||||
|
|
||||||
if (!safe) {
|
if (!safe) {
|
||||||
return <NoSafe provider={provider} text="Safe not found" />
|
return <NoSafe provider={provider} text="Safe not found" />
|
||||||
}
|
}
|
||||||
|
|
||||||
const { address, ethBalance, name } = safe
|
const { address, ethBalance, name } = safe
|
||||||
const etherScanLink = getEtherScanLink(address, network)
|
const etherScanLink = getEtherScanLink(address, network)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue