diff --git a/common/app/conf/switches/FeatureSwitches.scala b/common/app/conf/switches/FeatureSwitches.scala index 99cd0c0565f5..7b3a2d5c49cb 100644 --- a/common/app/conf/switches/FeatureSwitches.scala +++ b/common/app/conf/switches/FeatureSwitches.scala @@ -567,9 +567,9 @@ trait FeatureSwitches { group = SwitchGroup.Feature, name = "disable-front-container-show-hide", description = "For users with no currently hidden containers on a front, removes the ability to hide containers", - owners = Seq(Owner.withGithub("cemms1")), + owners = Seq(Owner.withEmail("project.fairground@theguardian.com")), safeState = On, - sellByDate = LocalDate.of(2024, 11, 29), + sellByDate = LocalDate.of(2025, 2, 4), exposeClientSide = true, highImpact = false, )