From e9c9cd5fb0d24c3f15311f26393eb2b8bd2252a3 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 10 Nov 2024 22:10:21 -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 8df2376c..9181c87a 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 first:group-[.live-added]:border-green-500 " + :class #(str (-> "first:border-l-4 first:box-content" (hh/add-class (or % ""))))) ] rest))