From e18b78c543a321f7817b77f675f0393b9b95e05e Mon Sep 17 00:00:00 2001 From: Jake Lee Kennedy Date: Mon, 20 Nov 2023 12:39:36 +0000 Subject: [PATCH] Merchandising high label when ad (#26699) --- .../fragments/commercial/commercialComponentHigh.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/app/views/fragments/commercial/commercialComponentHigh.scala.html b/common/app/views/fragments/commercial/commercialComponentHigh.scala.html index 037bf1a2373c..473d9c11b5c9 100644 --- a/common/app/views/fragments/commercial/commercialComponentHigh.scala.html +++ b/common/app/views/fragments/commercial/commercialComponentHigh.scala.html @@ -4,6 +4,6 @@ "merchandising-high", Seq("commercial-component-high"), Map(), - showLabel=false, + showLabel=true, refresh=false -){ } \ No newline at end of file +){ }