Skip to content

Commit

Permalink
fix: fix validateDomNesting #323
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Dec 21, 2023
1 parent f3976ec commit 9254669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Date/Month.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ function Month(props: MonthSingleProps | MonthRangeProps | MonthMultiProps) {
<View style={isHorizontal ? styles.opacity1 : styles.opacity0}>
<IconButton
onPress={isHorizontal ? () => onPressYear(year) : undefined}
disabled
icon={
selectingYear
? theme.isV3
Expand Down

0 comments on commit 9254669

Please sign in to comment.