diff --git a/lib/send/send_page.dart b/lib/send/send_page.dart index e777819a..5de50ba8 100644 --- a/lib/send/send_page.dart +++ b/lib/send/send_page.dart @@ -104,7 +104,7 @@ class _SendPageState extends State { openScanner: widget.openScanner, walletBloc: walletBloc, swapCubit: swap, - oneWallet: false, + oneWallet: widget.walletId != null && walletBloc != null, ); super.initState();