Skip to content

Commit

Permalink
chore: codefix
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Apr 11, 2023
1 parent 932e38a commit d1ddf8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/features/dest-asset-selector/DestAssetSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ export const DestAssetSelector = ({
else
return srcAsset?.chain_aliases[destChain.chainName.toLowerCase()]
?.assetName;
}, [selectedSquidAsset, shouldUnwrapAsset, srcAsset]);
}, [
selectedSquidAsset,
shouldUnwrapAsset,
srcAsset,
destChain,
unwrappedAssetSymbol,
]);

const nativeAsset = useMemo(
() =>
Expand Down

1 comment on commit d1ddf8d

@vercel
Copy link

@vercel vercel bot commented on d1ddf8d Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.