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