mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(webapp): inconsistency in currency of universal search items
This commit is contained in:
@@ -89,7 +89,7 @@ export function InvoiceUniversalSearchItem(
|
||||
}
|
||||
label={
|
||||
<>
|
||||
<div class="amount">${item.reference.total_formatted}</div>
|
||||
<div class="amount">{item.reference.total_formatted}</div>
|
||||
<InvoiceStatus customer={item.reference} />
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user