mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
hide tips section
This commit is contained in:
parent
424cf25052
commit
3f560128e3
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ class IoniaBuyGiftCardDetailPage extends BasePage {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
if(ioniaPurchaseViewModel.ioniaMerchant.acceptsTips)
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.fromLTRB(24.0, 24.0, 0, 24.0),
|
padding: const EdgeInsets.fromLTRB(24.0, 24.0, 0, 24.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|
Loading…
Reference in a new issue