Fixes #630 - Remove settings menu item from drawer
This commit is contained in:
parent
a8a588bb70
commit
9a97f5ea0a
|
@ -103,10 +103,6 @@
|
||||||
[view st/menu-items-container
|
[view st/menu-items-container
|
||||||
[menu-item {:name (label :t/profile)
|
[menu-item {:name (label :t/profile)
|
||||||
:handler #(dispatch [:navigate-to :my-profile])}]
|
:handler #(dispatch [:navigate-to :my-profile])}]
|
||||||
[menu-item {:name (label :t/settings)
|
|
||||||
:handler (fn []
|
|
||||||
;; TODO not implemented
|
|
||||||
)}]
|
|
||||||
[menu-item {:name (label :t/discover)
|
[menu-item {:name (label :t/discover)
|
||||||
:handler #(dispatch [:navigate-to-tab :discover])}]
|
:handler #(dispatch [:navigate-to-tab :discover])}]
|
||||||
[menu-item {:name (label :t/contacts)
|
[menu-item {:name (label :t/contacts)
|
||||||
|
|
Loading…
Reference in New Issue