From d9df622f3f0e85c5230e7fd3939e31d3c3dc0add Mon Sep 17 00:00:00 2001 From: Thomas Mees Date: Wed, 30 Aug 2023 13:25:47 +0200 Subject: [PATCH] Show back to school banner on plans page for logged out users GitOrigin-RevId: 599df0ca2f650a43a66a4c031692266e2b0d3cd4 --- .../web/app/src/Features/Subscription/SubscriptionController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/src/Features/Subscription/SubscriptionController.js b/services/web/app/src/Features/Subscription/SubscriptionController.js index 0f064a8ffe..1485a676bc 100644 --- a/services/web/app/src/Features/Subscription/SubscriptionController.js +++ b/services/web/app/src/Features/Subscription/SubscriptionController.js @@ -130,7 +130,7 @@ async function plansPage(req, res) { plansPageViewSegmentation[inrGeoBannerSplitTestName] = inrGeoBannerVariant } - let showBackToSchoolBanner + let showBackToSchoolBanner = true const userId = SessionManager.getLoggedInUserId(req.session) if (userId) { const usersBestSubscription =