bug #2950 - missing action buttons in unsigned transactions list

This commit is contained in:
Goran Jovic 2018-01-08 16:13:05 +01:00 committed by Oskar Thoren
parent 3e3f299e39
commit b1f49a7730
No known key found for this signature in database
GPG Key ID: 5128AB0637CD85AF
1 changed files with 2 additions and 2 deletions

View File

@ -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