diff --git a/src/components/Modal.jsx b/src/components/Modal.jsx index 5b20a60..4982bb1 100644 --- a/src/components/Modal.jsx +++ b/src/components/Modal.jsx @@ -10,8 +10,8 @@ const Modal = ({ show, handleClose, message, codeTeam ,isError}) => {

{ !isError ? message : "Submission failed"}

{!isError ? - ( (codeTeam &&codeTeam!="#") ?

Your team code is: {codeTeam + " "} share with your team members for their registrations!

:

thanks, we will contact you soon !

) -:

we are sorry, please repeat !

+ ( (codeTeam &&codeTeam!="#") ?

Your team code is: {codeTeam + " "} share with your team members for their registrations!

:

thanks, we will contact you soon !

) +:

we are sorry, please repeat !

}