sidebar filtering
This commit is contained in:
@@ -300,9 +300,6 @@
|
||||
|
||||
(defn home-content []
|
||||
(let [client-id (-> @(re-frame/subscribe [::subs/client]) :id)
|
||||
vendors-by-id @(re-frame/subscribe [::subs/vendors-by-id])
|
||||
vendors-index @(re-frame/subscribe [::subs/searchable-vendors-index])
|
||||
|
||||
accounts-by-id @(re-frame/subscribe [::subs/accounts-by-id])
|
||||
accounts-index @(re-frame/subscribe [::subs/accounts-index])
|
||||
chart-options @(re-frame/subscribe [::chart-options])]
|
||||
|
||||
Reference in New Issue
Block a user