mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
fix for debug server start on login
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
d3ed67e29b
commit
dc8976a8b2
@ -183,7 +183,7 @@
|
|||||||
(notifications/process-stored-event address)))
|
(notifications/process-stored-event address)))
|
||||||
|
|
||||||
(defn dev-mode? [cofx]
|
(defn dev-mode? [cofx]
|
||||||
(get-in [:db :account/account :dev-mode?] cofx))
|
(get-in cofx [:db :account/account :dev-mode?]))
|
||||||
|
|
||||||
(defn creating-account? [cofx]
|
(defn creating-account? [cofx]
|
||||||
(= (get-in cofx [:db :view-id])
|
(= (get-in cofx [:db :view-id])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user