diff --git a/config/wallet-config.json b/config/wallet-config.json index 4d767edb9c2..e04bdddd932 100644 --- a/config/wallet-config.json +++ b/config/wallet-config.json @@ -91,6 +91,5 @@ }, "recoverUninscribedTaprootUtxosFeatureEnabled": true, "runesEnabled": true, - "swapsEnabled": true, - "brc20SendEnabled": false + "swapsEnabled": true } diff --git a/src/app/features/asset-list/asset-list.tsx b/src/app/features/asset-list/asset-list.tsx index ec2a933164f..3e1bd389c8b 100644 --- a/src/app/features/asset-list/asset-list.tsx +++ b/src/app/features/asset-list/asset-list.tsx @@ -35,7 +35,6 @@ interface AssetListProps { variant?: AssetListVariant; } export function AssetList({ onSelectAsset, variant = 'read-only' }: AssetListProps) { - const { whenWallet } = useWalletType(); const currentAccount = useCurrentStacksAccount(); const isLedger = useHasLedgerKeys(); @@ -117,15 +116,11 @@ export function AssetList({ onSelectAsset, variant = 'read-only' }: AssetListPro {taprootAccount => ( <> - {isReadOnly && - whenWallet({ - software: ( - - {tokens => } - - ), - ledger: null, - })} + {isReadOnly && ( + + {tokens => } + + )} {isReadOnly && ( <>