mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-12 19:14:08 +00:00
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,
|
||||
} = 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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user