mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
minor fixes
This commit is contained in:
parent
d29d2e0732
commit
18cc505a63
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ class TransactionsPage extends StatelessWidget {
|
|||
? ''
|
||||
: item.formattedFiatAmount,
|
||||
isPending: transaction.isPending,
|
||||
title: item.formattedTitle + item.formattedStatus));
|
||||
title: item.formattedTitle + item.formattedStatus
|
||||
+ item.formattedLockedStatus));
|
||||
}
|
||||
|
||||
if (item is AnonpayTransactionListItem) {
|
||||
|
|
Loading…
Reference in a new issue