Skip to content

Commit f4bbb32

Browse files
authored
fix: NextMonthButton not disabled
1 parent eaaed1d commit f4bbb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function Nav(
5656
onClick={props.onNextClick}
5757
>
5858
<components.Chevron
59-
disabled={previousMonth ? undefined : true}
59+
disabled={nextMonth ? undefined : true}
6060
orientation="right"
6161
className={classNames[UI.Chevron]}
6262
/>

0 commit comments

Comments
 (0)