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:
parent
e0529efb92
commit
01841c03ba
3 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue