Safe not found message

This commit is contained in:
Adolfo Panizo 2018-11-05 22:04:31 +01:00
parent ef2f1c991e
commit 0e31239dcb
1 changed files with 1 additions and 1 deletions

View File

@ -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')