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