From df0f97cca3bc579002b50660922a81421ec6c3a1 Mon Sep 17 00:00:00 2001 From: Emma Lejeck Date: Sun, 8 Sep 2024 05:43:48 +0000 Subject: [PATCH] Fix redirect warning showing at all times --- app/components/application/redirect-warning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/application/redirect-warning.js b/app/components/application/redirect-warning.js index 9d7578d6cc..919278e07d 100644 --- a/app/components/application/redirect-warning.js +++ b/app/components/application/redirect-warning.js @@ -2,7 +2,7 @@ import Component from '@ember/component'; import { get, set } from '@ember/object'; export default Component.extend({ - isShown: true || window.explainRedirect, + isShown: window.explainRedirect, actions: { dismiss() {