diff --git a/client/modals/builder/sections/AwardModal.tsx b/client/modals/builder/sections/AwardModal.tsx index cb7338f1e..f4792f6c0 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 21c998656..44fb57b4c 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 101da99e6..20436aee0 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 0183e638d..279b9c273 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 5cdaa6e0e..7b4263bc8 100644 --- a/client/modals/builder/sections/InterestModal.tsx +++ b/client/modals/builder/sections/InterestModal.tsx @@ -84,7 +84,7 @@ const InterestModal: React.FC = () => { heading={isEditMode ? editText : addText} footerChildren={} > -
+ { /> )} /> + ); diff --git a/client/modals/builder/sections/LanguageModal.tsx b/client/modals/builder/sections/LanguageModal.tsx index ac9846c0e..e62210651 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 7fe3b3163..8c602b492 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 600522999..8679dd11e 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 2c5a85da6..e2ecb3202 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 4df581f25..3a8c99a70 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 e695ca135..fd5f888ee 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 48d0473bd..22dc41a4f 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 489630127..22cb940f5 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={} > -
+ { /> )} /> + );