[x] remove the wrong condition for opening the certificate modal (adding certificate):
we shouldn't put certificate && <CreateUpdateCertificate {...props} /> because this modal is for adding and editing certificates, and we don't have certificate properties in adding version of the modal.
FIX:
certificate && <CreateUpdateCertificate {...props} />
because this modal is for adding and editing certificates, and we don't have certificate properties in adding version of the modal.