From b1f49a7730c8122297cbaa849c3447a4cfb759ed Mon Sep 17 00:00:00 2001 From: Goran Jovic Date: Mon, 8 Jan 2018 16:13:05 +0100 Subject: [PATCH] bug #2950 - missing action buttons in unsigned transactions list --- src/status_im/ui/screens/wallet/transactions/views.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/ui/screens/wallet/transactions/views.cljs b/src/status_im/ui/screens/wallet/transactions/views.cljs index 5423a5c6d1..2da12fa4ae 100644 --- a/src/status_im/ui/screens/wallet/transactions/views.cljs +++ b/src/status_im/ui/screens/wallet/transactions/views.cljs @@ -52,8 +52,8 @@ [button/secondary-button {:on-press #(on-delete-transaction transaction)} (i18n/label :t/delete)]]) -(defn- inbound? [type] (= "inbound" type)) -(defn- unsigned? [type] (= "unsigned" type)) +(defn- inbound? [type] (= :inbound type)) +(defn- unsigned? [type] (= :unsigned type)) (defn- transaction-icon [k background-color color] {:icon k