mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
hide increase gas/cancel temporary for 1.10
This commit is contained in:
parent
1075dfcb8b
commit
72d592a5a6
@ -76,7 +76,8 @@
|
|||||||
:style {:margin-top 10}
|
:style {:margin-top 10}
|
||||||
:icon-opts (merge styles/forward
|
:icon-opts (merge styles/forward
|
||||||
{:accessibility-label :show-transaction-button})}]]]]
|
{:accessibility-label :show-transaction-button})}]]]]
|
||||||
(when (and (not keycard-account?)
|
(when (and false ;;TODO temporary disable for 1.10
|
||||||
|
(not keycard-account?)
|
||||||
(= type :pending))
|
(= type :pending))
|
||||||
[react/view {:flex-direction :row :padding 16 :justify-content :space-between}
|
[react/view {:flex-direction :row :padding 16 :justify-content :space-between}
|
||||||
[quo/button
|
[quo/button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user