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