build the little mui conversions

This commit is contained in:
Olivier Gagnon 2021-10-01 13:40:16 -04:00
parent 3187bb990d
commit 1e641468f7
4 changed files with 23 additions and 23 deletions

38
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -73,7 +73,7 @@ function MakeProductButton(): React.ReactElement {
title={
hasMaxProducts ? (
<Typography>
ou have reached the maximum number of products: {division.getMaximumNumberProducts()}
You have reached the maximum number of products: {division.getMaximumNumberProducts()}
</Typography>
) : (
""