From 14ceb2d0b2ab069be07d4f0e795865a3a104a790 Mon Sep 17 00:00:00 2001 From: Luke Parrott Date: Wed, 15 Jan 2025 09:52:18 -0600 Subject: [PATCH] Reverting change to test markup --- force-app/main/default/classes/STG_Panel.cls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/force-app/main/default/classes/STG_Panel.cls b/force-app/main/default/classes/STG_Panel.cls index e9be4690b90..d6d7c7241f9 100644 --- a/force-app/main/default/classes/STG_Panel.cls +++ b/force-app/main/default/classes/STG_Panel.cls @@ -125,8 +125,7 @@ public with sharing virtual class STG_Panel { */ public Boolean isDisplayingRD2UpgradePage { get { - return true; - // return isDisplayingRD2UpgradePage(); + return isDisplayingRD2UpgradePage(); } private set; }