feat: fixing error FormSurvey
This commit is contained in:
parent
98662e6a1c
commit
c3d51f853a
|
|
@ -345,7 +345,7 @@ const Hero = (props: { group?: string }) => {
|
|||
/>
|
||||
)}
|
||||
|
||||
{showFormModal && <FormSurvey />}
|
||||
{/* {showFormModal && <FormSurvey />} */}
|
||||
</div>
|
||||
{isLoading ? (
|
||||
<div className="flex flex-col space-y-3 mx-auto w-full lg:w-2/3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue