Merge branch 'staging' into ssr-invoices

This commit is contained in:
Bryce
2024-03-22 20:56:25 -07:00
3 changed files with 8 additions and 6 deletions

View File

@@ -180,7 +180,7 @@
"Invoices" ])
(when (p/can? @user {:subject :payment-page})
[:a.navbar-item {:class [(active-when ap = :payments)]
:href (bidi/path-for ssr-routes/only-routes ::payment-routes/page)}
:href (bidi/path-for ssr-routes/only-routes ::payment-routes/all-page)}
"Payments" ])
(when (p/can? @user {:subject :pos-page})
[:a.navbar-item {:class [(active-when ap = :pos-sales)]