mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
fix: lint warning
This commit is contained in:
@@ -190,12 +190,11 @@
|
||||
(ui/icon "chevron-left" {:style {:fontSize 25}})])))]
|
||||
|
||||
[:div.r.flex
|
||||
(do
|
||||
(when (and sync-enabled?
|
||||
current-repo
|
||||
(not (config/demo-graph? current-repo))
|
||||
(user-handler/alpha-user?))
|
||||
(fs-sync/indicator)))
|
||||
(when (and sync-enabled?
|
||||
current-repo
|
||||
(not (config/demo-graph? current-repo))
|
||||
(user-handler/alpha-user?))
|
||||
(fs-sync/indicator))
|
||||
|
||||
(when (and (not= (state/get-current-route) :home)
|
||||
(not custom-home-page?))
|
||||
|
||||
Reference in New Issue
Block a user