Skip to content

Commit

Permalink
fix(announcements list page): fix sidebar prop to enable sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAntunesCosta committed Dec 16, 2024
1 parent 6624dd7 commit d4f4546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/announcements/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f4546

Please sign in to comment.