From 72d592a5a6444d9bc6423dddfd16d7787f688bb8 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 29 Dec 2020 12:23:07 +0100 Subject: [PATCH] hide increase gas/cancel temporary for 1.10 --- src/status_im/ui/screens/wallet/transactions/views.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/wallet/transactions/views.cljs b/src/status_im/ui/screens/wallet/transactions/views.cljs index cd1dca5bc2..e1112e164a 100644 --- a/src/status_im/ui/screens/wallet/transactions/views.cljs +++ b/src/status_im/ui/screens/wallet/transactions/views.cljs @@ -76,7 +76,8 @@ :style {:margin-top 10} :icon-opts (merge styles/forward {:accessibility-label :show-transaction-button})}]]]] - (when (and (not keycard-account?) + (when (and false ;;TODO temporary disable for 1.10 + (not keycard-account?) (= type :pending)) [react/view {:flex-direction :row :padding 16 :justify-content :space-between} [quo/button