[#6517] fix chat preview amount ios
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
c2b5523322
commit
4f125aec43
|
@ -87,7 +87,7 @@
|
||||||
[label-key {:keys [content]}]
|
[label-key {:keys [content]}]
|
||||||
(let [{:keys [amount coin]} (:params content)]
|
(let [{:keys [amount coin]} (:params content)]
|
||||||
[react/text {:number-of-lines 1}
|
[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)})]))
|
:asset (wallet.utils/display-symbol coin)})]))
|
||||||
|
|
||||||
(def personal-send-request-params
|
(def personal-send-request-params
|
||||||
|
|
Loading…
Reference in New Issue