From 9603dcf260ea045c71fc40284da19ec6ffba5dba Mon Sep 17 00:00:00 2001 From: Chirayu Mor Date: Thu, 5 Jun 2025 13:53:45 +0530 Subject: [PATCH] NTP-65227| Chirayu| Constant Change (#16451) --- App/common/constants/StringConstant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/common/constants/StringConstant.ts b/App/common/constants/StringConstant.ts index f4001805f9..62802f2622 100644 --- a/App/common/constants/StringConstant.ts +++ b/App/common/constants/StringConstant.ts @@ -82,7 +82,7 @@ export const FontMapping = { export const UrlConstants = { MIGRATION_BENEFIT_SCREEN_URL: "GI_MIGRATION_BENEFIT", MIGRATION_BENEFIT_SCREEN_URL_V2: "GI_MIGRATION_BENEFIT_V2", - RENEWAL_PLAN_MIGRATION_SCREEN_URL: "GI_RENEWAL_PLAN_MIGRATION_SCREEN_V2", + RENEWAL_PLAN_MIGRATION_SCREEN_URL: "GI_RENEWAL_PLAN_MIGRATION_SCREEN", RENEWAL_PLAN_MIGRATION_SCREEN_URL_V2: "GI_RENEWAL_PLAN_MIGRATION_SCREEN_V2", };