diff --git a/src/CalendarNavigation.js b/src/CalendarNavigation.js index c077641c..15dfbba9 100644 --- a/src/CalendarNavigation.js +++ b/src/CalendarNavigation.js @@ -25,7 +25,7 @@ export default function CalendarNavigation({ locale, month, minimumDate, maximum /> - {format(month, getYear(month) === getYear(new Date()) ? 'LLLL' : 'LLLL yyyy', { locale })} + {format(month, 'LLLL yyyy', { locale })}