fix: inventory adjustment cost out of range.

This commit is contained in:
a.bouhuolia
2021-08-07 08:09:37 +02:00
parent 0ab4596836
commit c21236c4ae
4 changed files with 32 additions and 14 deletions

View File

@@ -83,7 +83,7 @@ export function useCustomersTableColumns() {
Header: '',
accessor: AvatarCell,
className: 'avatar',
width: 50,
width: 45,
disableResizing: true,
disableSortBy: true,
},