diff --git a/client/modals/builder/sections/AwardModal.tsx b/client/modals/builder/sections/AwardModal.tsx index cb7338f1..f4792f6c 100644 --- a/client/modals/builder/sections/AwardModal.tsx +++ b/client/modals/builder/sections/AwardModal.tsx @@ -93,7 +93,7 @@ const AwardModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/CertificateModal.tsx b/client/modals/builder/sections/CertificateModal.tsx index 21c99865..44fb57b4 100644 --- a/client/modals/builder/sections/CertificateModal.tsx +++ b/client/modals/builder/sections/CertificateModal.tsx @@ -93,7 +93,7 @@ const CertificateModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/CustomModal.tsx b/client/modals/builder/sections/CustomModal.tsx index 101da99e..20436aee 100644 --- a/client/modals/builder/sections/CustomModal.tsx +++ b/client/modals/builder/sections/CustomModal.tsx @@ -110,7 +110,7 @@ const CustomModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/EducationModal.tsx b/client/modals/builder/sections/EducationModal.tsx index 0183e638..279b9c27 100644 --- a/client/modals/builder/sections/EducationModal.tsx +++ b/client/modals/builder/sections/EducationModal.tsx @@ -106,7 +106,7 @@ const EducationModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/InterestModal.tsx b/client/modals/builder/sections/InterestModal.tsx index 6d053a72..7b4263bc 100644 --- a/client/modals/builder/sections/InterestModal.tsx +++ b/client/modals/builder/sections/InterestModal.tsx @@ -114,6 +114,7 @@ const InterestModal: React.FC = () => { /> )} /> + ); diff --git a/client/modals/builder/sections/LanguageModal.tsx b/client/modals/builder/sections/LanguageModal.tsx index ac9846c0..e6221065 100644 --- a/client/modals/builder/sections/LanguageModal.tsx +++ b/client/modals/builder/sections/LanguageModal.tsx @@ -85,7 +85,7 @@ const LanguageModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { )} /> + ); diff --git a/client/modals/builder/sections/ProfileModal.tsx b/client/modals/builder/sections/ProfileModal.tsx index 7fe3b316..8c602b49 100644 --- a/client/modals/builder/sections/ProfileModal.tsx +++ b/client/modals/builder/sections/ProfileModal.tsx @@ -89,7 +89,7 @@ const ProfileModal: React.FC = () => { handleClose={handleClose} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/ProjectModal.tsx b/client/modals/builder/sections/ProjectModal.tsx index 60052299..8679dd11 100644 --- a/client/modals/builder/sections/ProjectModal.tsx +++ b/client/modals/builder/sections/ProjectModal.tsx @@ -102,7 +102,7 @@ const ProjectModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/PublicationModal.tsx b/client/modals/builder/sections/PublicationModal.tsx index 2c5a85da..e2ecb320 100644 --- a/client/modals/builder/sections/PublicationModal.tsx +++ b/client/modals/builder/sections/PublicationModal.tsx @@ -93,7 +93,7 @@ const PublicationModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/ReferenceModal.tsx b/client/modals/builder/sections/ReferenceModal.tsx index 4df581f2..3a8c99a7 100644 --- a/client/modals/builder/sections/ReferenceModal.tsx +++ b/client/modals/builder/sections/ReferenceModal.tsx @@ -90,7 +90,7 @@ const ReferenceModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/SkillModal.tsx b/client/modals/builder/sections/SkillModal.tsx index e695ca13..fd5f888e 100644 --- a/client/modals/builder/sections/SkillModal.tsx +++ b/client/modals/builder/sections/SkillModal.tsx @@ -88,7 +88,7 @@ const SkillModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + + ); diff --git a/client/modals/builder/sections/VolunteerModal.tsx b/client/modals/builder/sections/VolunteerModal.tsx index 48d0473b..22dc41a4 100644 --- a/client/modals/builder/sections/VolunteerModal.tsx +++ b/client/modals/builder/sections/VolunteerModal.tsx @@ -99,7 +99,7 @@ const VolunteerModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/WorkModal.tsx b/client/modals/builder/sections/WorkModal.tsx index 48963012..22cb940f 100644 --- a/client/modals/builder/sections/WorkModal.tsx +++ b/client/modals/builder/sections/WorkModal.tsx @@ -99,7 +99,7 @@ const WorkModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + );