diff --git a/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx b/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx index 26a67b7..1c219c3 100644 --- a/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/ProfileView.jsx @@ -149,7 +149,7 @@ const ProfileView = () => { }, { label: "App Notification", - value: foundObject?.IsAppNotificationEnabled === 1 ? "Yes" : "No", + value: foundObject?.IsAppNotificationEnabled === true ? "Yes" : "No", type: "text", isRequired: true, section: "Personal Details",