Skip to content

Commit

Permalink
Checked for Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jessrey619 committed Nov 5, 2024
1 parent b73ddfc commit 763e826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const Notifications: NextPage = (): JSX.Element => {
managerRemarks: parsedData.ManagerRemarks,
startDate: parsedData.StartDate,
endDate: parsedData.EndDate,
leaveType: notificationType === 'Leave'? parsedData.LeaveType : null
leaveType: notificationType === 'Leave' ? parsedData.LeaveType : null
}
return mapped
})
Expand Down

0 comments on commit 763e826

Please sign in to comment.