mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 12:04:52 +00:00
fix compilation warnings
This commit is contained in:
parent
60515a01e6
commit
35b69030bf
@ -39,7 +39,7 @@
|
||||
|
||||
(defn toolbar-view []
|
||||
[toolbar/toolbar2 {}
|
||||
[toolbar/nav-button (act/hamburger open-drawer!)]
|
||||
[toolbar/nav-button (act/hamburger drawer/open-drawer!)]
|
||||
[toolbar/content-title (i18n/label :t/chats)]
|
||||
[toolbar/actions
|
||||
(if ios?
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
(defn toolbar-view []
|
||||
[toolbar/toolbar2 {}
|
||||
[toolbar/nav-button (act/hamburger open-drawer!)]
|
||||
[toolbar/nav-button (act/hamburger drawer/open-drawer!)]
|
||||
[toolbar/content-title (label :t/contacts)]
|
||||
[toolbar/actions
|
||||
(toolbar-actions)]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user