mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-28 17:36:38 +00:00
[#12718] Endless spinner when signing TX with custom nonce (Keycard account only)
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
7a7b365a00
commit
760b021b8a
@ -443,7 +443,7 @@
|
|||||||
[amount-item prices wallet-currency amount amount-error display-symbol fee-display-symbol prices-loading?])
|
[amount-item prices wallet-currency amount amount-error display-symbol fee-display-symbol prices-loading?])
|
||||||
[separator]
|
[separator]
|
||||||
[fee-item prices wallet-currency fee-display-symbol fee gas-error gas-error-state prices-loading?]
|
[fee-item prices wallet-currency fee-display-symbol fee gas-error gas-error-state prices-loading?]
|
||||||
(when management-enabled?
|
(when (and management-enabled? (not keycard-multiaccount?))
|
||||||
[advanced-item])
|
[advanced-item])
|
||||||
(when (= :gas-is-set gas-error-state)
|
(when (= :gas-is-set gas-error-state)
|
||||||
[react/text {:style {:color colors/gray :margin-horizontal 32 :text-align :center}}
|
[react/text {:style {:color colors/gray :margin-horizontal 32 :text-align :center}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user