mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-22 08:24:21 +01:00
[Flutter] Add prefix for deducted fees
This commit is contained in:
@@ -63,7 +63,7 @@ class PaymentItem extends StatelessWidget {
|
||||
style: Theme.of(context).textTheme.bodyLarge,
|
||||
),
|
||||
if (item.feesSat != null) ...[
|
||||
Text("FEE: ${item.feesSat} sats"),
|
||||
Text("FEE: ${item.paymentType == PaymentType.receive ? "-" : ""}${item.feesSat} sats"),
|
||||
]
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user