Should make payment links better
This commit is contained in:
@@ -366,7 +366,7 @@
|
|||||||
:render (fn [p]
|
:render (fn [p]
|
||||||
(link-dropdown (concat (->> p :invoice-payment/_payment
|
(link-dropdown (concat (->> p :invoice-payment/_payment
|
||||||
(map :invoice-payment/invoice)
|
(map :invoice-payment/invoice)
|
||||||
|
(filter identity)
|
||||||
(map (fn [invoice]
|
(map (fn [invoice]
|
||||||
{:link (hu/url (bidi/path-for ssr-routes/only-routes
|
{:link (hu/url (bidi/path-for ssr-routes/only-routes
|
||||||
::invoice-route/all-page)
|
::invoice-route/all-page)
|
||||||
|
|||||||
Reference in New Issue
Block a user