We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824db64 commit 69efb65Copy full SHA for 69efb65
src/pages/communities/[slug]/index.tsx
@@ -51,7 +51,7 @@ export const getServerSideProps = wrapper.getServerSideProps((store) => async ({
51
store.dispatch(fetchAllScoreboards({ slug, locale: locale || "en" })),
52
serverSideTranslations(locale as string),
53
]);
54
- if (!community || !challenges || !scoreboard) throw new NotFoundError();
+ if (!community || !challenges) throw new NotFoundError();
55
return {
56
props: {
57
community,
0 commit comments