mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-21 05:09:18 +00:00
Finished Contact Drawer styles and func
This commit is contained in:
@@ -77,7 +77,7 @@ const ContactModal = ({ modalOpen, onClose, contactId }) => {
|
||||
};
|
||||
|
||||
fetchContact();
|
||||
}, [contactId]);
|
||||
}, [contactId, modalOpen]);
|
||||
|
||||
const handleClose = () => {
|
||||
onClose();
|
||||
|
||||
Reference in New Issue
Block a user