mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
[#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]}]
|
||||
(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
|
||||
|
Loading…
x
Reference in New Issue
Block a user