Skip to content

Commit

Permalink
SEND - wallet selection only from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mocodesmo committed Dec 23, 2024
1 parent f53ab4f commit 246646c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/send/send_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class _SendPageState extends State<SendPage> {
openScanner: widget.openScanner,
walletBloc: walletBloc,
swapCubit: swap,
oneWallet: false,
oneWallet: widget.walletId != null && walletBloc != null,
);

super.initState();
Expand Down

0 comments on commit 246646c

Please sign in to comment.