mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat:(*): add currency code.
This commit is contained in:
@@ -20,6 +20,7 @@ export const TemplateContent = ({
|
||||
amount,
|
||||
billedFrom,
|
||||
dueDate,
|
||||
currencyCode,
|
||||
}) => (
|
||||
<div className="template__content">
|
||||
<div className="template__content__info">
|
||||
@@ -37,7 +38,7 @@ export const TemplateContent = ({
|
||||
<div className="template__content__info">
|
||||
<span> {defaultLabels.amount} </span>
|
||||
<p className={'info-paragraph-amount'}>
|
||||
{<Money amount={amount} currency={'USD'} />}
|
||||
{<Money amount={amount} currency={currencyCode} />}
|
||||
</p>
|
||||
</div>
|
||||
<div className="template__content__info">
|
||||
|
||||
Reference in New Issue
Block a user