IsAppNotificationEnabled value refactored
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user