Skip to content

Commit

Permalink
fixes codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsofaryan committed Feb 2, 2025
1 parent 40a84ea commit abe0a0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/RecurrenceOptions/CustomRecurrenceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ const CustomRecurrenceModal: React.FC<InterfaceCustomRecurrenceModalProps> = ({
recurrenceEndDate ?? dayjs().add(1, 'month'),
)}
onChange={(date: Dayjs | null): void => {
/* istanbul ignore next */
if (date) {
setRecurrenceRuleState({
...recurrenceRuleState,
Expand Down

0 comments on commit abe0a0e

Please sign in to comment.