more fixes for pendingCreationTx

This commit is contained in:
Mikhail Mikheev 2020-06-23 19:06:23 +04:00
parent 96ffd52266
commit f8d6ad4ca2
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ const Open = ({ addSafe, network, provider, userAccount }) => {
}
const onSafeCreated = async (safeAddress) => {
const pendingCreation = await loadFromStorage(SAFE_PENDING_CREATION_STORAGE_KEY)
const pendingCreation = await loadFromStorage<{ txHash: string }>(SAFE_PENDING_CREATION_STORAGE_KEY)
const name = getSafeNameFrom(pendingCreation)
const ownersNames = getNamesFrom(pendingCreation)