Skip to content

Commit ab4b02b

Browse files
committed
Fix syntax error
1 parent 9d36cdc commit ab4b02b

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)