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 () => {
96
96
on : {
97
97
init ( calendar ) {
98
98
$ ( '.navbar-calendar-title' ) . text (
99
- `${ monthNames [ calendarRef . currentMonth ] } , ${ calendarRef . currentYear } ` ,
99
+ `${ monthNames [ calendar . currentMonth ] } , ${ calendar . currentYear } ` ,
100
100
) ;
101
101
f7 . navbar . size ( f7 . navbar . getElByPage ( page . el ) ) ;
102
102
calendar . $el . addClass ( 'no-safe-area-right' ) ;
103
103
renderEvents ( calendar ) ;
104
104
} ,
105
- monthYearChangeStart ( ) {
105
+ monthYearChangeStart ( calendar ) {
106
106
$ ( '.navbar-calendar-title' ) . text (
107
- `${ monthNames [ calendarRef . currentMonth ] } , ${ calendarRef . currentYear } ` ,
107
+ `${ monthNames [ calendar . currentMonth ] } , ${ calendar . currentYear } ` ,
108
108
) ;
109
109
f7 . navbar . size ( f7 . navbar . getElByPage ( page . el ) ) ;
110
110
} ,
You can’t perform that action at this time.
0 commit comments