diff --git a/src/components/NotificationCenter.jsx b/src/components/NotificationCenter.jsx index 2023ce6..73fd128 100644 --- a/src/components/NotificationCenter.jsx +++ b/src/components/NotificationCenter.jsx @@ -122,6 +122,7 @@ export default function NotificationCenter({ show, onClose }) { }; const handleViewDetail = (notification) => { + onClose(); navigate('/permissions'); // setSelectedRequest(notification); // setShowSlideOver(true);