Skip to content

Commit 1cde827

Browse files
authored
Correct function name
1 parent 8afdb4e commit 1cde827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/calendar/calendar-google.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class GoogleCalendarView extends React.Component {
3535
}
3636

3737
componentWillMount() {
38-
this.getEvent()
38+
this.getEvents()
3939
}
4040

4141
buildCalendarUrl(calendarId: string) {

0 commit comments

Comments
 (0)