fixes
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
|
||||
(defn active-page []
|
||||
(let [ap (re-frame/subscribe [::subs/active-page])
|
||||
current-client @(re-frame/subscribe [::subs/client])
|
||||
current-client (pr-str @(re-frame/subscribe [::subs/selected-clients-raw]))
|
||||
is-loading? @(re-frame/subscribe [::subs/is-initial-loading?])]
|
||||
(when @ap
|
||||
(if is-loading?
|
||||
|
||||
Reference in New Issue
Block a user