Skip to content

Commit

Permalink
Merge branch 'main' into tbaut-fix-network-switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Feb 14, 2025
2 parents b723d7b + 127f5b5 commit 19738e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/TransferAsset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const TransferAsset = ({
const toAddress = useMemo(() => selected?.address || '', [selected?.address])
const [selectedAsset, setSelectedAsset] = useState<Option | undefined>()

console.log('-->load')
const isNativeAssetSelected = useMemo(() => {
if (!selectedAsset || selectedAsset.id === undefined) return true

Expand Down

0 comments on commit 19738e9

Please sign in to comment.