Skip to content

Commit

Permalink
Fix redirect warning showing at all times
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris authored Sep 8, 2024
1 parent 46bc575 commit df0f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/application/redirect-warning.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit df0f97c

Please sign in to comment.