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 7f9dbc9 commit 48c9fb7Copy full SHA for 48c9fb7
pages/events.tsx
@@ -74,7 +74,7 @@ export default function Events(props: Props & { location: string }) {
74
return start && start.getTime() <= now &&
75
(
76
(end && end.getTime() >= now) ||
77
- (!end && e.reminder == "daily")
+ (!end && (e.type != "Unlock" && e.type != "Stream"))
78
)
79
}).sort((a, b) => {
80
const endA = getEndTime(a, serverTimezone)
0 commit comments