Passing ethBalance to Apps component (#636)

This commit is contained in:
nicolas 2020-03-05 16:53:19 -03:00 committed by GitHub
parent 8adf6c266e
commit 76a8d2dd3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ function Apps({
sendMessageToIframe(operations.ON_SAFE_INFO, {
safeAddress,
network,
ethBalance,
})
}