From 59ae067857a8fae543e7e794480741d529155139 Mon Sep 17 00:00:00 2001 From: katspaugh <381895+katspaugh@users.noreply.github.com> Date: Mon, 22 May 2023 11:09:35 +0200 Subject: [PATCH] Fix: show added safes with or w/o a wallet (#2007) --- src/components/sidebar/SafeList/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/sidebar/SafeList/index.tsx b/src/components/sidebar/SafeList/index.tsx index b01ff02004..eb8e7c7fb6 100644 --- a/src/components/sidebar/SafeList/index.tsx +++ b/src/components/sidebar/SafeList/index.tsx @@ -159,7 +159,6 @@ const SafeList = ({ closeDrawer }: { closeDrawer?: () => void }): ReactElement = )} {!hasNoSafes && - hasWallet && configs.map((chain) => { const ownedSafesOnChain = ownedSafes[chain.chainId] ?? [] const addedSafesOnChain = addedSafes[chain.chainId] ?? {}