Skip to content
Snippets Groups Projects
Commit 5e668602 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fixed hungarian date in schedule page

parent e519f64b
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ import React, { Component } from 'react'; ...@@ -2,6 +2,7 @@ import React, { Component } from 'react';
import { Container, Accordion, Icon, Grid } from 'semantic-ui-react'; import { Container, Accordion, Icon, Grid } from 'semantic-ui-react';
import { connect } from 'react-redux'; import { connect } from 'react-redux';
import moment from 'moment'; import moment from 'moment';
import 'moment/locale/hu';
import { getStudentEvents } from '../../actions/statistics'; import { getStudentEvents } from '../../actions/statistics';
class Schedule extends Component { class Schedule extends Component {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment