diff --git a/wormhole-connect/src/components/ChainsModal.tsx b/wormhole-connect/src/components/ChainsModal.tsx index 5f023417e..b19b9ed14 100644 --- a/wormhole-connect/src/components/ChainsModal.tsx +++ b/wormhole-connect/src/components/ChainsModal.tsx @@ -96,8 +96,9 @@ function ChainsModal(props: Props) { ) => { if (href) { props.onMoreNetworkSelect?.(href, chainName, target); + } else { + props.onMoreNetworkSelect?.(MORE_NETWORKS?.href!, chainName, target); } - props.onMoreNetworkSelect?.(MORE_NETWORKS?.href!, chainName, target); }; const supportedChains = useMemo(() => { const supported = RouteOperator.allSupportedChains();