File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kitchen-sink/react/src/pages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,15 @@ export default () => {
9696 on : {
9797 init ( calendar ) {
9898 $ ( '.navbar-calendar-title' ) . text (
99- `${ monthNames [ calendarRef . currentMonth ] } , ${ calendarRef . currentYear } ` ,
99+ `${ monthNames [ calendar . currentMonth ] } , ${ calendar . currentYear } ` ,
100100 ) ;
101101 f7 . navbar . size ( f7 . navbar . getElByPage ( page . el ) ) ;
102102 calendar . $el . addClass ( 'no-safe-area-right' ) ;
103103 renderEvents ( calendar ) ;
104104 } ,
105- monthYearChangeStart ( ) {
105+ monthYearChangeStart ( calendar ) {
106106 $ ( '.navbar-calendar-title' ) . text (
107- `${ monthNames [ calendarRef . currentMonth ] } , ${ calendarRef . currentYear } ` ,
107+ `${ monthNames [ calendar . currentMonth ] } , ${ calendar . currentYear } ` ,
108108 ) ;
109109 f7 . navbar . size ( f7 . navbar . getElByPage ( page . el ) ) ;
110110 } ,
You can’t perform that action at this time.
0 commit comments