[BUG#2927] Fixed regression when showing transaction detail
This commit is contained in:
parent
5cfe5523eb
commit
b5735230ff
|
@ -207,7 +207,9 @@
|
|||
|
||||
(defn- pretty-print-asset [symbol amount]
|
||||
(case symbol
|
||||
"ETH" (if amount (money/wei->str :eth amount) "...")))
|
||||
;; TODO (jeluard) Format tokens amount once tokens history is supported
|
||||
:ETH (if amount (money/wei->str :eth amount) "...")))
|
||||
|
||||
|
||||
(defn details-header [{:keys [value date type symbol]}]
|
||||
[react/view {:style transactions.styles/details-header}
|
||||
|
|
Loading…
Reference in New Issue