We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5603305 commit dd3a9fcCopy full SHA for dd3a9fc
src/components/Calendar/Days.tsx
@@ -400,7 +400,7 @@ const Days: React.FC<Props> = ({
400
<button
401
type="button"
402
key={index}
403
- disabled={isDateDisabled(index, "next")}
+ disabled={isDateDisabled(item, "next")}
404
className="flex items-center justify-center text-gray-400 h-12 w-12 lg:w-10 lg:h-10"
405
onClick={() => handleClickDay(item, "next")}
406
onMouseOver={() => {
0 commit comments