From 7acd8ceee4500211ef407ed37de9b7db08af1cd4 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 7 May 2024 19:44:10 -0700 Subject: [PATCH] Should make payment links better --- src/clj/auto_ap/ssr/payments.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/payments.clj b/src/clj/auto_ap/ssr/payments.clj index beee6c74..ef1f70f0 100644 --- a/src/clj/auto_ap/ssr/payments.clj +++ b/src/clj/auto_ap/ssr/payments.clj @@ -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)