fix build

This commit is contained in:
Raghunandan Balachandran
2020-02-07 14:59:18 +01:00
parent 7b8e8e6303
commit 93297a499f
@@ -54,7 +54,7 @@ const CreateEntityFormPage = () => {
return (
<Fragment>
<InfoCard title={`Create New ${templateId}`}>
{componentCreated ? <div>{componentCreated} is created! 🎉</div> :
{componentCreated ? <div>{componentCreated} is created! <span>🎉</span></div> :
<form onSubmit={formik.handleSubmit}>
<div className={classes.formGroup}>
<TextField