Hidden should hide it from the listing, but not the actual event (#618)
This commit is contained in:
parent
903f7729c7
commit
a49b1736db
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!eventType || eventType.hidden) {
|
if (!eventType) {
|
||||||
return {
|
return {
|
||||||
notFound: true,
|
notFound: true,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue