From 9d081acdd3b59c0e384a212fcef1b8ff5b3dc150 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 14 Jan 2023 13:58:55 -0800 Subject: [PATCH] Small layout tweaks for new feature --- src/clj/auto_ap/ssr/company/company_1099.clj | 1 + src/cljs/auto_ap/views/components/layouts.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/company/company_1099.clj b/src/clj/auto_ap/ssr/company/company_1099.clj index 6797f396..fede4b34 100644 --- a/src/clj/auto_ap/ssr/company/company_1099.clj +++ b/src/clj/auto_ap/ssr/company/company_1099.clj @@ -31,6 +31,7 @@ :vendor/legal-entity-middle-name :vendor/legal-entity-last-name]) (sum ?a) + :with ?p :in $ ?user :where [?p :payment/date ?d ] [(>= ?d #inst "2018-01-01T08:00")] diff --git a/src/cljs/auto_ap/views/components/layouts.cljs b/src/cljs/auto_ap/views/components/layouts.cljs index 221945a3..cab8e675 100644 --- a/src/cljs/auto_ap/views/components/layouts.cljs +++ b/src/cljs/auto_ap/views/components/layouts.cljs @@ -167,7 +167,7 @@ [:div.navbar-end [:a.navbar-item {:href "/company/1099"} - [:div.tag.is-info.is-light + [:div.tag.is-info.is-rounded "1099 data entry is now ready!"]] (when (> (count @clients) 1)