fix(vendor) inital value.

This commit is contained in:
elforjani3
2021-03-25 19:34:50 +02:00
parent 40b2ba099e
commit 771e85833e
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
accessor: 'rate',
accessor: ({ rate }) => <Money amount={rate} currency={currencyCode} />,
disableSortBy: true,
width: 50,
width: 80,
},
{
Header: formatMessage({ id: 'Qty' }),