Skip to content

Commit

Permalink
. (#5191)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored Nov 16, 2023
1 parent eb838ba commit b0809fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSwappableUserAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const useSwappableUserAssets = (params: {

useEffect(() => {
getSwappableAddressesInWallet();
}, [getSwappableAddressesInWallet]);
}, []);

if (!outputCurrency) {
return {
Expand Down

0 comments on commit b0809fd

Please sign in to comment.