mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
bug #2950 - missing action buttons in unsigned transactions list
This commit is contained in:
parent
3e3f299e39
commit
b1f49a7730
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user