From 706924c21ca26ed99dfc47d5fd73370ccee0e7e3 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 18 Apr 2024 14:04:24 -0700 Subject: [PATCH] shipping fix. --- src/cljs/auto_ap/views/pages/transactions/table.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cljs/auto_ap/views/pages/transactions/table.cljs b/src/cljs/auto_ap/views/pages/transactions/table.cljs index 3d78fb88..f5f00c46 100644 --- a/src/cljs/auto_ap/views/pages/transactions/table.cljs +++ b/src/cljs/auto_ap/views/pages/transactions/table.cljs @@ -130,7 +130,7 @@ [:td (date->str (:date payment) pretty)] [:td [buttons/fa-icon {:icon "fa-external-link" - :href (str (bidi/path-for ssr-routes/only-routes ::payment-route/page) + :href (str (bidi/path-for ssr-routes/only-routes ::payment-route/all-page) "?" (url/map->query {:exact-match-id (:id payment)}))}]]]) (when expected-deposit