diff --git a/client/src/components/IQContactForm/IQContactForm.tsx b/client/src/components/IQContactForm/IQContactForm.tsx index 2bf4e41f..9bf6304c 100644 --- a/client/src/components/IQContactForm/IQContactForm.tsx +++ b/client/src/components/IQContactForm/IQContactForm.tsx @@ -9,9 +9,9 @@ interface IIQContactForm { const IQContactForm = ({messageType}:IIQContactForm) => { if (messageType === '') return null; if (messageType === CONTACT_COPY.MESSAGE_TYPES.BUG_REPORT.defaultMessage) { - return ; + return ; } else { - return ; + return ; } };