fix: missing comma in migration file

fix: default value for customer notes
fix: remove custom requirements divider when there are no requirements set
This commit is contained in:
Sérgio Salgado 2021-12-10 18:18:57 +00:00
parent e0529efb92
commit 01841c03ba
3 changed files with 4 additions and 4 deletions

View file

@ -426,7 +426,7 @@ const CustomerData = ({
<span className={classes.separator}>Custom data entry</span>
</div>
)}
{customRequirements && (
{!R.isEmpty(customRequirements) && (
<div className={classes.wrapper}>
<span className={classes.separator}>Custom requirements</span>
<Grid container>