From 2829af67737f8358c60aea76da57f59e8cd88914 Mon Sep 17 00:00:00 2001 From: Sohith Kanala Date: Wed, 11 Dec 2024 15:31:05 +0530 Subject: [PATCH] Fix: Link expiration active issue in UI --- .../custom-self-registration.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ws/app/src/lib/routes/home/routes/onboarding/custom-self-registration/custom-self-registration.component.html b/project/ws/app/src/lib/routes/home/routes/onboarding/custom-self-registration/custom-self-registration.component.html index 54ee524d..e1681157 100644 --- a/project/ws/app/src/lib/routes/home/routes/onboarding/custom-self-registration/custom-self-registration.component.html +++ b/project/ws/app/src/lib/routes/home/routes/onboarding/custom-self-registration/custom-self-registration.component.html @@ -24,7 +24,7 @@
{{latestRegisteredData?.status && latestRegisteredData?.status === 'active' ? - 'Active': 'None'}}
+ 'Active': 'Inactive'}}