From 760b021b8aec1a8aadbb658a8edcd4f4c753d500 Mon Sep 17 00:00:00 2001 From: andrey Date: Wed, 20 Oct 2021 10:55:25 +0200 Subject: [PATCH] [#12718] Endless spinner when signing TX with custom nonce (Keycard account only) Signed-off-by: andrey --- src/status_im/ui/screens/signing/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/signing/views.cljs b/src/status_im/ui/screens/signing/views.cljs index 16fa734ef9..f1042d7807 100644 --- a/src/status_im/ui/screens/signing/views.cljs +++ b/src/status_im/ui/screens/signing/views.cljs @@ -443,7 +443,7 @@ [amount-item prices wallet-currency amount amount-error display-symbol fee-display-symbol prices-loading?]) [separator] [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]) (when (= :gas-is-set gas-error-state) [react/text {:style {:color colors/gray :margin-horizontal 32 :text-align :center}}