formatting

This commit is contained in:
fosse 2023-10-05 10:02:00 -04:00
parent e9cd76f534
commit 25ef8cbe67

View file

@ -95,7 +95,8 @@ class TransactionListItem extends ActionListItem with Keyable {
case WalletType.nano:
amount = calculateFiatAmountRaw(
cryptoAmount: nanoUtil!
.getRawAsDecimal(nano!.getTransactionAmountRaw(transaction).toString(), nanoUtil!.rawPerNano)
.getRawAsDecimal(
nano!.getTransactionAmountRaw(transaction).toString(), nanoUtil!.rawPerNano)
.toDouble(),
price: price);
break;