Merge branch 'louislam:master' into feature-slow-response-notification

This commit is contained in:
Stephen Papierski 2023-11-08 09:15:16 -07:00 committed by GitHub
commit 2ff8e579e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ export default {
} else if (res.type === "entryPage") { // Dev only. For production, the logic is in the server side
const entryPage = res.entryPage;
if (entryPage.startsWith("statusPage-")) {
if (entryPage?.startsWith("statusPage-")) {
this.$router.push("/status/" + entryPage.replace("statusPage-", ""));
} else {
// should the old setting style still exist here?