Skip to content

Commit

Permalink
fix(webapp): Inconsistency in currency display on VendorCredit univer…
Browse files Browse the repository at this point in the history
…sal search.
  • Loading branch information
asenawritescode committed Jan 26, 2024
1 parent 3a94332 commit 9f71599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function VendorCreditUniversalSearchItem(
}
label={
<>
<div class="amount">${item.reference.amount}</div>
<div class="amount">${item.reference.formatted_amount}</div>
<VendorCreditUniversalSearchStatus receipt={item.reference} />
</>
}
Expand Down

0 comments on commit 9f71599

Please sign in to comment.