hopefully makes the insights page show correct
This commit is contained in:
@@ -308,7 +308,7 @@
|
||||
(html-response (insight-table* {:clients clients
|
||||
:identity identity})))
|
||||
|
||||
(defn page [{:keys [identity matched-route session] :as request}]
|
||||
(defn page [{:keys [identity matched-route session clients] :as request}]
|
||||
(base-page
|
||||
request
|
||||
(com/page {:nav (com/main-aside-nav)
|
||||
@@ -327,8 +327,7 @@
|
||||
[:a {:href (bidi/path-for ssr-routes/only-routes
|
||||
:transaction-insights)}
|
||||
"Insights"])
|
||||
(insight-table* {:selected-client
|
||||
(-> session :client :db/id)
|
||||
(insight-table* {:clients clients
|
||||
:identity identity}))
|
||||
|
||||
"Transaction Insights"))
|
||||
|
||||
Reference in New Issue
Block a user