Merge branch 'development' into release/v2.12.0

This commit is contained in:
Daniel Sanchez 2020-09-29 16:51:50 +02:00 committed by GitHub
commit daf8421aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const useStyles = makeStyles({
}) })
export const SAFE_INSTANCE_ERROR = 'Address given is not a Safe instance' export const SAFE_INSTANCE_ERROR = 'Address given is not a Safe instance'
export const SAFE_MASTERCOPY_ERROR = 'Mastercopy used by this Safe is not the same' export const SAFE_MASTERCOPY_ERROR = 'Address is not a Safe or mastercopy is not supported'
// In case of an error here, it will be swallowed by final-form // In case of an error here, it will be swallowed by final-form
// So if you're experiencing any strang behaviours like freeze or hanging // So if you're experiencing any strang behaviours like freeze or hanging