mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 11:59:23 +00:00
Fix merchant.discount.toStringAsFixed issue
This commit is contained in:
parent
3a9210c8cb
commit
5148272e42
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class _IoniaManageCardsPageBodyState extends State<IoniaManageCardsPageBody> {
|
|||
backgroundColor: Theme.of(context).textTheme.title.backgroundColor,
|
||||
titleColor: Theme.of(context).accentTextTheme.display3.backgroundColor,
|
||||
subtitleColor: Theme.of(context).accentTextTheme.display2.backgroundColor,
|
||||
discount: merchant.discount.toStringAsFixed(2),
|
||||
discount: merchant.discount,
|
||||
);
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue