Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
b456315b0f
commit
420ddabc1e
@@ -482,7 +482,14 @@ function CasesList() {
|
||||
</Link>
|
||||
<StatusFlagBadges bk={c.in_bankruptcy} pp={c.on_payment_plan} />
|
||||
</span>
|
||||
<div className="text-xs text-muted-foreground">{c.case_number}</div>
|
||||
<div className="text-xs text-muted-foreground flex items-center gap-2">
|
||||
<span>{c.case_number}</span>
|
||||
{c.practice_area === "Community Ass'n Law - Collections" && (
|
||||
<span className="text-[10px] font-semibold uppercase tracking-wide text-red-600 dark:text-red-400">
|
||||
Collections
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-4 py-3 text-muted-foreground">{c.client?.name ?? "—"}</td>
|
||||
<td className="px-4 py-3">
|
||||
|
||||
Reference in New Issue
Block a user