Skip to content

Commit

Permalink
Issue #PS-0000 fix: Updated course-hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Dec 6, 2024
1 parent a8bb438 commit cdecc1e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/pages/course-hierarchy/[identifier].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,3 @@ export async function getStaticPaths() {
fallback: "blocking",
};
}

export async function getStaticProps({ locale, params }: any) {
const { identifier } = params;

return {
props: {
identifier,
...(await serverSideTranslations(locale, ["common"])),
},
};
}

0 comments on commit cdecc1e

Please sign in to comment.