limits to 200 rows on 1099 page for companies

This commit is contained in:
2023-01-15 04:25:15 -08:00
parent 4b5d63d7c6
commit 6e23394373

View File

@@ -75,7 +75,7 @@
[:th {:style {:width "10em"}}]
]]
[:tbody
(for [[client vendor amount] (get-1099-companies identity)]
(for [[client vendor amount] (take 200 (get-1099-companies identity))]
[:tr (when (= flash-id
(:db/id vendor))
{:class "live-added"})