bug #4963 - removed balance from asset suggestion box to prevent text overlap
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
c81153d11e
commit
2423d7c244
|
@ -21,8 +21,10 @@
|
||||||
:style styles/asset-icon}]
|
:style styles/asset-icon}]
|
||||||
[react/text {:style styles/asset-symbol} symbol]
|
[react/text {:style styles/asset-symbol} symbol]
|
||||||
[react/text {:style styles/asset-name} name]]
|
[react/text {:style styles/asset-name} name]]
|
||||||
[react/text {:style styles/asset-balance}
|
;;TODO(goranjovic) : temporarily disabled to fix https://github.com/status-im/status-react/issues/4963
|
||||||
(str (money/internal->formatted amount symbol decimals))]]]))
|
;;until the resolution of https://github.com/status-im/status-react/issues/4972
|
||||||
|
#_[react/text {:style styles/asset-balance}
|
||||||
|
(str (money/internal->formatted amount symbol decimals))]]]))
|
||||||
|
|
||||||
(def assets-separator [react/view styles/asset-separator])
|
(def assets-separator [react/view styles/asset-separator])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue