diff --git a/src/routes/open/container/Open.tsx b/src/routes/open/container/Open.tsx index a6aa4737..f489fbe3 100644 --- a/src/routes/open/container/Open.tsx +++ b/src/routes/open/container/Open.tsx @@ -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)