fix(sp28): use fmt.usd instead of fmt.money in MatchedClaimPanel
This commit is contained in:
@@ -273,7 +273,7 @@ function LinkToClaimDropdown({
|
||||
>
|
||||
<span className="mono text-foreground">{c.id}</span>
|
||||
<span className="text-[11px] text-muted-foreground/80">
|
||||
{c.patientName || "—"} · {fmt.money(c.billedAmount)}
|
||||
{c.patientName || "—"} · {fmt.usd(c.billedAmount)}
|
||||
</span>
|
||||
</button>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user