From 4f125aec439e84eafab7fb1da2b0d709762492be Mon Sep 17 00:00:00 2001 From: Rikku Date: Tue, 4 Jun 2019 19:44:26 +0300 Subject: [PATCH] [#6517] fix chat preview amount ios Signed-off-by: yenda --- src/status_im/chat/commands/impl/transactions.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/chat/commands/impl/transactions.cljs b/src/status_im/chat/commands/impl/transactions.cljs index 199c980b62..97e35d3e1f 100644 --- a/src/status_im/chat/commands/impl/transactions.cljs +++ b/src/status_im/chat/commands/impl/transactions.cljs @@ -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