From d4f45464039338696e7743ed24db9d766057556e Mon Sep 17 00:00:00 2001 From: PedroAntunesCosta <47991446+PedroAntunesCosta@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:43:21 -0300 Subject: [PATCH] fix(announcements list page): fix sidebar prop to enable sidebar --- src/pages/announcements/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/announcements/index.tsx b/src/pages/announcements/index.tsx index e2722ff7..85ab3696 100644 --- a/src/pages/announcements/index.tsx +++ b/src/pages/announcements/index.tsx @@ -154,7 +154,7 @@ export const getStaticProps: GetStaticProps = async ({ previewData, }) => { const sidebarfallback = await getNavigation() - const sectionSelected = 'Announcements' + const sectionSelected = 'News' const previewBranch = preview && JSON.parse(JSON.stringify(previewData)).hasOwnProperty('branch') ? JSON.parse(JSON.stringify(previewData)).branch