mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-03 13:23:33 +00:00
Safe not found message
This commit is contained in:
parent
ef2f1c991e
commit
0e31239dcb
@ -81,7 +81,7 @@ class Layout extends React.Component<Props, State> {
|
||||
const { value } = this.state
|
||||
|
||||
if (!safe) {
|
||||
return <NoSafe provider={provider} text="Not found safe" />
|
||||
return <NoSafe provider={provider} text="Safe not found" />
|
||||
}
|
||||
// <GnoSafe safe={safe} tokens={activeTokens} userAddress={userAddress} />
|
||||
const address = safe.get('address')
|
||||
|
Loading…
x
Reference in New Issue
Block a user