From 78a4a08d4a0a3300afccc10bb934baf091523509 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Wed, 16 Jul 2025 18:01:50 +0700 Subject: [PATCH] fixing --- .../(protected)/contributor/agenda-setting/calender-view.tsx | 2 +- .../(protected)/contributor/agenda-setting/event-modal.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx b/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx index 36e2feea..5c6963d2 100644 --- a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx +++ b/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx @@ -527,7 +527,7 @@ const CalendarView = ({ categories }: CalendarViewProps) => { - {[3, 11, 2].includes(roleId) && ( + {[3, 11, 2, 12].includes(roleId) && (