From 6b6e9065d8c253a58a60264089548da0561ce074 Mon Sep 17 00:00:00 2001 From: jessrey-asterisk Date: Fri, 15 Nov 2024 18:03:49 +0800 Subject: [PATCH] Prettier changes --- client/src/pages/notifications.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/src/pages/notifications.tsx b/client/src/pages/notifications.tsx index c8b1fef6..f33b2572 100644 --- a/client/src/pages/notifications.tsx +++ b/client/src/pages/notifications.tsx @@ -79,10 +79,7 @@ const Notifications: NextPage = (): JSX.Element => { managerRemarks: parsedData.ManagerRemarks, startDate: parsedData.StartDate, endDate: parsedData.EndDate, - leaveType: - notificationType === 'Leave' || 'leave_resolved' - ? parsedData.LeaveType - : null, + leaveType: notificationType === 'Leave' || 'leave_resolved' ? parsedData.LeaveType : null, overtimeId: parsedData.OvertimeId, managerApproveStatus: parsedData.ManagerApproveStatus === RequestStatus.APPROVED