Skip to content

Commit

Permalink
daily emails bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpanaMajhi committed Dec 5, 2023
1 parent d46b9ef commit ac1993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/UserManagement/Notifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Notifications = () => {
if (formFields.dailyEmail) {
const mailObj = new ToggleMailsAPI(
loggedInUser.id,
!formFields.dailyEmail
formFields.dailyEmail
);
dispatch(APITransport(mailObj));
}
Expand Down

0 comments on commit ac1993d

Please sign in to comment.