Skip to content

Commit

Permalink
fix: fixed mixed cadence issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sundasnoreen12 committed Dec 26, 2024
1 parent 330a076 commit 7756111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NotificationPreferenceColumn = ({ appId, channel, appPreference }) => {
notificationType,
notificationChannel,
value,
emailCadence,
emailCadence !== 'Mixed' ? emailCadence : undefined,
));
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [appId, appPreferences]);
Expand Down

0 comments on commit 7756111

Please sign in to comment.