disable eth send all button

This commit is contained in:
julian 2023-04-12 08:44:08 -06:00
parent fbe4767e5c
commit a85c79b367

View file

@ -994,10 +994,11 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
), ),
textAlign: TextAlign.left, textAlign: TextAlign.left,
), ),
CustomTextButton( if (coin != Coin.ethereum)
text: "Send all ${coin.ticker}", CustomTextButton(
onTap: sendAllTapped, text: "Send all ${coin.ticker}",
), onTap: sendAllTapped,
),
], ],
), ),
const SizedBox( const SizedBox(