diff --git a/src/components/new-safe/create/steps/ReviewStep/index.tsx b/src/components/new-safe/create/steps/ReviewStep/index.tsx index d180837351..bb15d9380c 100644 --- a/src/components/new-safe/create/steps/ReviewStep/index.tsx +++ b/src/components/new-safe/create/steps/ReviewStep/index.tsx @@ -83,8 +83,6 @@ export const SafeSetupOverview = ({ threshold: number networks: ChainInfo[] }) => { - const chain = useCurrentChain() - return ( { ({ name: '', address: owner }))} threshold={threshold} - networks={[]} + networks={chain ? [chain] : []} />