diff --git a/lib/pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/desktop_wallet_features.dart b/lib/pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/desktop_wallet_features.dart index 2a6cadf11..7679956f3 100644 --- a/lib/pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/desktop_wallet_features.dart +++ b/lib/pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/desktop_wallet_features.dart @@ -354,7 +354,7 @@ class _DesktopWalletFeaturesState extends ConsumerState { manager.coin == Coin.firoTestNet || manager.hasWhirlpoolSupport || manager.coin == Coin.banano || - manager.hasWhirlpoolSupport; + manager.hasOrdinalsSupport; return Row( children: [ if (Constants.enableExchange)