Skip to content

Commit

Permalink
Merge pull request #3374 from alphagov/update-timed-update-code
Browse files Browse the repository at this point in the history
Ensure that all global banner variables are set to nil/false
  • Loading branch information
KludgeKML authored Jul 4, 2024
2 parents bef6269 + 172cb97 commit 563d604
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/components/_global_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
title = "Bring photo ID to vote"
title_href = "/how-to-vote/photo-id-youll-need"
link_text = "Check what photo ID you'll need to vote in person in the General Election on 4 July."
else
show_global_bar = false
title = nil
title_href = nil
link_text = nil
end

link_href = false
Expand Down

0 comments on commit 563d604

Please sign in to comment.