Hidden should hide it from the listing, but not the actual event (#618)
This commit is contained in:
@@ -268,7 +268,7 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
|
||||
},
|
||||
});
|
||||
|
||||
if (!eventType || eventType.hidden) {
|
||||
if (!eventType) {
|
||||
return {
|
||||
notFound: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user