diff --git a/src/clj/auto_ap/ssr/components/aside.clj b/src/clj/auto_ap/ssr/components/aside.clj index b434c84a..05e71812 100644 --- a/src/clj/auto_ap/ssr/components/aside.clj +++ b/src/clj/auto_ap/ssr/components/aside.clj @@ -295,14 +295,14 @@ :hx-boost true} "Expense Report")] (when (can? (:identity request) - {:subject :reconciliation-report})) + {:subject :reconciliation-report}) [:li - (menu-button- {:icon svg/report - :active? (= :company-reconciliation-report (:matched-route request)) - :href (bidi/path-for ssr-routes/only-routes - :company-reconciliation-report) - :hx-boost true} - "Reconciliation Report")] + (menu-button- {:icon svg/report + :active? (= :company-reconciliation-report (:matched-route request)) + :href (bidi/path-for ssr-routes/only-routes + :company-reconciliation-report) + :hx-boost true} + "Reconciliation Report")]) [:li (menu-button- {:icon svg/bank :active? (= :company-plaid (:matched-route request))