Merge branch 'master' of github.com:gnosis/safe-react into development

This commit is contained in:
Mikhail Mikheev 2020-04-24 18:28:19 +04:00
commit 22f31b1173
3 changed files with 610 additions and 144 deletions

View File

@ -1,6 +1,6 @@
{
"name": "safe-react",
"version": "1.9.6",
"version": "2.0.0",
"description": "Allowing crypto users manage funds in a safer way",
"homepage": "https://github.com/gnosis/safe-react#readme",
"bugs": {

View File

@ -348,6 +348,10 @@ function Apps({ closeModal, closeSnackbar, enqueueSnackbar, openModal }: Props)
return <Loader />
}
if (loading || !appList.length) {
return <Loader />
}
return (
<>
<Menu>

748
yarn.lock

File diff suppressed because it is too large Load Diff