mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
Fix : currency_code in ExchangeRate
This commit is contained in:
@@ -89,7 +89,10 @@ function ExchangeRateTable({
|
||||
id: 'exchange_rate',
|
||||
Header: formatMessage({ id: 'exchange_rate' }),
|
||||
accessor: (r) => (
|
||||
<MoneyExchangeRate amount={r.exchange_rate} currency={'USD'} />
|
||||
<MoneyExchangeRate
|
||||
amount={r.exchange_rate}
|
||||
currency={r.currency_code}
|
||||
/>
|
||||
),
|
||||
className: 'exchange_rate',
|
||||
width: 150,
|
||||
|
||||
Reference in New Issue
Block a user