mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: paper lang.
This commit is contained in:
@@ -22,10 +22,10 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
|
||||
Header: formatMessage({ id: 'qty' }),
|
||||
accessor: 'quantity',
|
||||
disableSortBy: true,
|
||||
width: 50,
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
Header: formatMessage({ id: 'Total' }),
|
||||
Header: formatMessage({ id: 'total' }),
|
||||
accessor: ({ total }) => (
|
||||
<Money amount={total} currency={currencyCode} />
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user