Skip to content

Commit de97abc

Browse files
authored
Merge pull request #7 from webdevia/homework-6-fix
Fix syntax error
2 parents 9d36cdc + ab4b02b commit de97abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/modal-form/ModalForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ export const ModalForm = ({ visible = true, onClose, children }: ModalFormProps)
2222
</div>
2323
</div>
2424
);
25+
};

0 commit comments

Comments
 (0)