did this TODO

This commit is contained in:
sneurlax 2023-01-27 17:40:30 -06:00
parent 93dc37eed9
commit fecad7893b

View file

@ -774,9 +774,6 @@ class _WalletViewState extends ConsumerState<WalletView> {
);
},
onBuyPressed: () {
// TODO set default coin to currently open wallet here by passing it as an argument
// final coin = ref.read(managerProvider).coin;
unawaited(Navigator.of(context).pushNamed(
BuyInWalletView.routeName,
arguments: coin,