Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaBug committed May 22, 2024
1 parent 398aca7 commit 6eace98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useEtherspotSwaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 [];
}
};

Expand Down

0 comments on commit 6eace98

Please sign in to comment.