From 6254d08dc9de7cea85c0c89a96cccf0022611868 Mon Sep 17 00:00:00 2001 From: Godwin Asuquo Date: Wed, 26 Jan 2022 17:11:32 +0100 Subject: [PATCH] fix issues from review --- lib/src/screens/send/send_page.dart | 1 - lib/view_model/send/send_view_model.dart | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/src/screens/send/send_page.dart b/lib/src/screens/send/send_page.dart index 81ff73d57..71fff8914 100644 --- a/lib/src/screens/send/send_page.dart +++ b/lib/src/screens/send/send_page.dart @@ -197,7 +197,6 @@ class SendPage extends BasePage { itemCount: itemCount, itemBuilder: (context, index) { final template = templates[index]; - print(template.cryptoCurrency); return TemplateTile( key: UniqueKey(), to: template.name, diff --git a/lib/view_model/send/send_view_model.dart b/lib/view_model/send/send_view_model.dart index d3891fbfd..b45256afa 100644 --- a/lib/view_model/send/send_view_model.dart +++ b/lib/view_model/send/send_view_model.dart @@ -130,10 +130,9 @@ abstract class SendViewModelBase with Store { bool get isReadyForSend => _wallet.syncStatus is SyncedSyncStatus; @computed - ObservableList