From 8dc75cc0e2b72d1becba14cf715343d90f16c140 Mon Sep 17 00:00:00 2001 From: susie-laptop Date: Thu, 17 Apr 2025 10:06:43 -0400 Subject: [PATCH] [dev]update notifCenter --- src/components/NotificationCenter.jsx | 1 + 1 file changed, 1 insertion(+) 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);