Skip to content

Commit

Permalink
Do not render tag combiners with DCR
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaboghiu committed Feb 8, 2024
1 parent f89e76a commit 5451d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/app/services/TagFrontPicker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package services.dotcomrendering

import common.GuLogging
import implicits.Requests._
import model.TagCombiner
import play.api.mvc.RequestHeader
import services.IndexPage

Expand Down Expand Up @@ -33,6 +34,7 @@ object TagFrontPicker extends GuLogging {
Map(
// until we complete https://github.com/guardian/dotcom-rendering/issues/5755
("isNotAccessibilityPage", tagPage.page.metadata.id != "help/accessibility-help"),
("isNotTagCombiner", !tagPage.page.isInstanceOf[TagCombiner]),
)
}

Expand Down

0 comments on commit 5451d19

Please sign in to comment.