diff --git a/web/components/patching/status.ts b/web/components/patching/status.ts index 1dd0b7d..3a7937c 100644 --- a/web/components/patching/status.ts +++ b/web/components/patching/status.ts @@ -35,15 +35,17 @@ export const SERVER_STATUS: Record want[i]; } - return !m[4]; + const hasPrerelease = !!m[4]; + return !hasPrerelease; } const DAYS = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];