diff --git a/test/sexp/dashboard.sexpr b/test/sexp/dashboard.sexpr index 6e41e7f..53a81c7 100644 --- a/test/sexp/dashboard.sexpr +++ b/test/sexp/dashboard.sexpr @@ -73,7 +73,7 @@ (th :class "px-3 py-2 text-xs font-medium text-stone-600 text-center w-24" "Status") (th :class "px-3 py-2 text-xs font-medium text-stone-600 text-right w-20" "Time") (th :class "px-3 py-2 text-xs font-medium text-stone-600 w-48" "Error"))) - (tbody rows-html)))) + (tbody (raw! rows-html))))) (defcomp ~test-running-indicator () (div :class "flex items-center justify-center py-12 text-stone-500"