every ssr page is tailwindified.

This commit is contained in:
Bryce
2023-06-01 12:00:30 -07:00
parent 3540346fc8
commit 1b044ff5cd
12 changed files with 72 additions and 44 deletions

View File

@@ -85,7 +85,7 @@
rows)]
(when (or paginate?
(not (nil? paginate?)))
(nil? paginate?))
(paginator- {:start start
:end (Math/min (+ start per-page) total)
:per-page per-page