Skip to content

Commit

Permalink
fix: flow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-yahia committed Nov 12, 2024
1 parent 240cd1d commit 09eb852
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class DateFilterPlain extends Component<Props, State> implements UpdatableFilter
const momentFrom = parseDate(valueFrom).momentDate;
const momentTo = parseDate(valueTo).momentDate;
// $FlowFixMe[incompatible-use] automated comment
// $FlowFixMe[incompatible-call] automated comment
return momentFrom.isAfter(momentTo);
}

Expand Down

0 comments on commit 09eb852

Please sign in to comment.