diff --git a/lib/pages/buy_view/buy_form.dart b/lib/pages/buy_view/buy_form.dart index 1ea779b66..92adfb011 100644 --- a/lib/pages/buy_view/buy_form.dart +++ b/lib/pages/buy_view/buy_form.dart @@ -969,7 +969,8 @@ class _BuyFormState extends ConsumerState { ? const ClipboardIcon() : const XIcon(), ), - if (_receiveAddressController.text.isEmpty) + if (_receiveAddressController.text.isEmpty && + isStackCoin(selectedCrypto?.ticker)) TextFieldIconButton( key: const Key("buyViewAddressBookButtonKey"), onTap: () {