Skip to content

Commit

Permalink
Merge branch 'dev-multiwallet-form' into dev-balances-swr-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
babkenmes committed Dec 2, 2024
2 parents c5385e9 + 06370a0 commit a2b3e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/Swap/Withdraw/WalletTransferContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const WalletTransferContent: FC = () => {
network={source_network}
token={source_token}
onSelect={changeWallet}
selectable
wallets={wallets}
/>
</VaulDrawer.Snap>
Expand Down
2 changes: 1 addition & 1 deletion components/Wallet/WalletsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@ const NestedWalletAddress = (props: NestedWalletAddressProps) => {

}

export default WalletsList
export default WalletsList

0 comments on commit a2b3e78

Please sign in to comment.