Skip to content

Commit

Permalink
fixup! Hide Account Export menu item in wallet for v1. Closes #9040
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pombeiro committed Sep 27, 2019
1 parent cf04e0c commit b3bdfa1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/status_im/ui/screens/wallet/accounts/sheets.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@
:icon :main-icons/info
:disabled? true}]
;; Commented out for v1
;;[list-item/list-item
;; {:theme :action
;; :title :t/export-account
;; :icon :main-icons/copy
;; :disabled? true}]
])
#_[list-item/list-item
{:theme :action
:title :t/export-account
:icon :main-icons/copy
:disabled? true}]])

0 comments on commit b3bdfa1

Please sign in to comment.