Merge pull request #799 from status-im/feature/remove-settings-#630

Fixes #630 - Remove settings menu item from drawer
This commit is contained in:
Jarrad 2017-02-09 12:02:45 +07:00 committed by GitHub
commit c6fa4d8b6f
1 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,6 @@
[view st/menu-items-container
[menu-item {:name (label :t/profile)
:handler #(dispatch [:navigate-to :my-profile])}]
[menu-item {:name (label :t/settings)
:handler (fn []
;; TODO not implemented
)}]
[menu-item {:name (label :t/discover)
:handler #(dispatch [:navigate-to-tab :discover])}]
[menu-item {:name (label :t/contacts)