Hidden should hide it from the listing, but not the actual event (#618)
parent
903f7729c7
commit
a49b1736db
|
@ -268,7 +268,7 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
|
|||
},
|
||||
});
|
||||
|
||||
if (!eventType || eventType.hidden) {
|
||||
if (!eventType) {
|
||||
return {
|
||||
notFound: true,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue