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