mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix(webapp): inconsistency in currency of universal search items
This commit is contained in:
@@ -82,7 +82,7 @@ export function CreditNoteUniversalSearchItem(
|
||||
}
|
||||
label={
|
||||
<>
|
||||
<div class="amount">${item.reference.amount}</div>
|
||||
<div class="amount">{item.reference.formatted_amount}</div>
|
||||
<CreditNoteUniversalSearchStatus receipt={item.reference} />
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user