mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 03:05:11 +00:00
CAKE-330 | merged CAKE-329 branch into current
This commit is contained in:
parent
16a5d2f332
commit
52b1abcbdb
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ class UnspentCoinsDetailsPage extends BasePage {
|
|||
final item = unspentCoinsDetailsViewModel.items[index];
|
||||
|
||||
if (item is StandartListItem) {
|
||||
return StandartListRow(title: '${item.title}:', value: item.value);
|
||||
return StandartListRow(
|
||||
title: '${item.title}:',
|
||||
value: item.value);
|
||||
}
|
||||
|
||||
if (item is TextFieldListItem) {
|
||||
|
|
Loading…
Reference in a new issue