diff --git a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx b/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx index 1861e18b..e2209c2d 100644 --- a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx +++ b/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx @@ -105,6 +105,7 @@ interface ListItemProps { createdBy: string; isPublish: boolean | null; bgColor: string; + colorList: string[] | null; } interface APIResponse { @@ -360,17 +361,24 @@ const CalendarView = ({ categories }: CalendarViewProps) => { const { createdByName, isPublish } = eventInfo.event.extendedProps; return ( - <> -
{title}
+{title}
++ Created By : {createdByName} +
- Created By : {createdByName} -
- > +{text}
-Created By: {createdBy}
+{text}
+Created By: {createdBy}
+Polda Jajaran
+<<<<<<< HEADPolda Jajaran
@@ -63,7 +67,7 @@ const AreaCoverageWorkUnits = () => {Satuan Kerja Polri
-Satuan Kerja Polri
diff --git a/components/landing-page/footer.tsx b/components/landing-page/footer.tsx index 17d6c1f0..ebfaa49b 100644 --- a/components/landing-page/footer.tsx +++ b/components/landing-page/footer.tsx @@ -68,6 +68,7 @@ const Footer = () => {