Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
ad78e79a74
commit
a7cf5d670f
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user