Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:21:52 +00:00
co-authored by renee-png
parent ad78e79a74
commit a7cf5d670f
+1 -1
View File
@@ -439,7 +439,7 @@ function CasesList() {
</thead>
<tbody>
{sorted.length === 0 && (
<tr><td colSpan={8} className="text-center py-12 text-muted-foreground">
<tr><td colSpan={9} className="text-center py-12 text-muted-foreground">
{view === "archived" ? "No archived cases." : "No cases."}
</td></tr>
)}