From 15a4657b1a82337f2b7dd1f3bc8bc930775a6d04 Mon Sep 17 00:00:00 2001 From: Neeraj-Kondaveeti Date: Wed, 13 May 2026 13:14:58 -0400 Subject: [PATCH] chore: initialize organizer dropdown participation page task --- .../CommunityPortal/Reports/Participation/MyCases.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommunityPortal/Reports/Participation/MyCases.jsx b/src/components/CommunityPortal/Reports/Participation/MyCases.jsx index 0b795b9845..59bd2e0b4c 100644 --- a/src/components/CommunityPortal/Reports/Participation/MyCases.jsx +++ b/src/components/CommunityPortal/Reports/Participation/MyCases.jsx @@ -11,7 +11,7 @@ function MyCases() { const [isCreateModalOpen, setIsCreateModalOpen] = useState(false); const isExporting = - typeof document !== 'undefined' && document.documentElement?.dataset?.exporting === 'true'; // Sonar: prefer .dataset + typeof document !== 'undefined' && document.documentElement?.dataset?.exporting === 'true'; const filterEvents = events => { const now = new Date();