CAKE-330 | merged CAKE-329 branch into current

OleksandrSobol committed Jun 2, 2021 at 19:54 UTC 52b1abcbdb47be080b31b615685589a19191126a
1 file changed +3 -1
lib/src/screens/unspent_coins/unspent_coins_details_page.dart
+3 -1
@@ -27,7 +27,9 @@ class UnspentCoinsDetailsPage extends BasePage {
27 final item = unspentCoinsDetailsViewModel.items[index];
28
29 if (item is StandartListItem) {
30 - return StandartListRow(title: '${item.title}:', value: item.value);
30 + return StandartListRow(
31 + title: '${item.title}:',
32 + value: item.value);
33 }
34
35 if (item is TextFieldListItem) {