M/M -> Change

This commit is contained in:
Tim Hansen
2020-12-04 15:38:36 -07:00
parent cadb4b5311
commit 6f7ee993c4
@@ -135,7 +135,7 @@ export const ProductEntityTable = ({
},
{
field: 'ratio',
title: <Typography className={lastColClasses}>M/M</Typography>,
title: <Typography className={lastColClasses}>Change</Typography>,
align: 'right',
render: createRenderer('ratio', classes),
customSort: createSorter('ratio'),