diff --git a/src/hooks/useEtherspotSwaps.ts b/src/hooks/useEtherspotSwaps.ts index d893706..46d10e7 100644 --- a/src/hooks/useEtherspotSwaps.ts +++ b/src/hooks/useEtherspotSwaps.ts @@ -166,6 +166,7 @@ const useEtherspotSwaps = (chainId?: number): IEtherspotSwapsHook => { `Sorry, an error occurred whilst trying to fetch cross-chain quotes.` + ` Please try again. Error:`, e ); + return []; } };