[#6517] fix chat preview amount ios

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
Rikku 2019-06-04 19:44:26 +03:00 committed by yenda
parent c2b5523322
commit 4f125aec43
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
[label-key {:keys [content]}]
(let [{:keys [amount coin]} (:params content)]
[react/text {:number-of-lines 1}
(i18n/label label-key {:amount (i18n/label-number amount)
(i18n/label label-key {:amount amount
:asset (wallet.utils/display-symbol coin)})]))
(def personal-send-request-params