Should make payment links better

This commit is contained in:
2024-05-07 19:44:10 -07:00
parent f4fc82da05
commit 7acd8ceee4

View File

@@ -366,7 +366,7 @@
:render (fn [p]
(link-dropdown (concat (->> p :invoice-payment/_payment
(map :invoice-payment/invoice)
(filter identity)
(map (fn [invoice]
{:link (hu/url (bidi/path-for ssr-routes/only-routes
::invoice-route/all-page)