From 0e5407072e1d8451493ffbed7494840fd5aae0e0 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 10 Nov 2024 22:11:07 -0800 Subject: [PATCH] fix --- src/clj/auto_ap/ssr/components/data_grid.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/components/data_grid.clj b/src/clj/auto_ap/ssr/components/data_grid.clj index 9181c87a..ee26b07f 100644 --- a/src/clj/auto_ap/ssr/components/data_grid.clj +++ b/src/clj/auto_ap/ssr/components/data_grid.clj @@ -31,7 +31,7 @@ (defn cell- [params & rest] (into [:td.px-4.py-2 (update params - :class #(str (-> "first:border-l-4 first:box-content" + :class #(str (-> "" (hh/add-class (or % ""))))) ] rest))