🔥 Remove empty lines on ui.dashboard ns file

This commit is contained in:
Andrey Antukh 2023-12-15 14:53:46 +01:00
parent eabed4325a
commit da15924de0

View file

@ -65,7 +65,6 @@
(d/seek :is-default) (d/seek :is-default)
(:id))) (:id)))
on-resize on-resize
(mf/use-fn (mf/use-fn
(fn [_] (fn [_]
@ -256,7 +255,7 @@
:section section :section section
:search-term search-term :search-term search-term
:team team}])])]] :team team}])])]]
[:& (mf/provider ctx/current-team-id) {:value team-id} [:& (mf/provider ctx/current-team-id) {:value team-id}
[:& (mf/provider ctx/current-project-id) {:value project-id} [:& (mf/provider ctx/current-project-id) {:value project-id}
;; NOTE: dashboard events and other related functions assumes ;; NOTE: dashboard events and other related functions assumes