From 3784714279f50b6403f61e25b1704eb737be32ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Q?= Date: Thu, 12 Sep 2024 04:50:20 +0200 Subject: [PATCH] fix: Wrong month reference for in Nav button Inside the `NextMonthButton` component, the `disabled` prop is now using the correct _next month_ reference for the `Chevron` component. --- src/components/Nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index cc52dc3b6..36221ef79 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -56,7 +56,7 @@ export function Nav( onClick={props.onNextClick} >