Finished Contact Drawer styles and func

This commit is contained in:
canove
2020-07-27 16:51:54 -03:00
parent 66a1dc5fd2
commit 9477e46c24
12 changed files with 212 additions and 128 deletions

View File

@@ -77,7 +77,7 @@ const ContactModal = ({ modalOpen, onClose, contactId }) => {
};
fetchContact();
}, [contactId]);
}, [contactId, modalOpen]);
const handleClose = () => {
onClose();