This commit is contained in:
ivan-sim
2024-01-10 11:22:07 +07:00
parent a8686c07a7
commit 0a2c617581
13 changed files with 147 additions and 24 deletions

View File

@@ -167,7 +167,7 @@ function NotificationItem({ notification, getDataNotifications }: { notification
const {enqueueSnackbar} = useSnackbar();
const handleClick = () => {
const data = {
'hospital_id' : 1,
'user_id' : 1,
'id' : notification.id,
};
if(notification.isUnRead)