IsAppNotificationEnabled value refactored

This commit is contained in:
2024-10-05 20:41:26 +05:30
parent aa6c61e4a4
commit 105f103fda

View File

@@ -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",