fix i18n on votesuccess

pull/73/head
Pierre-Louis Guhur 4 years ago
parent f3cc5d77c1
commit 2a829dc10a

@ -1,5 +1,6 @@
import React, { Component } from "react";
import { Col, Container, Row } from "reactstrap";
import {withTranslation} from 'react-i18next';
import logoLine from "../../logos/logo-line-white.svg";
import { Link } from "react-router-dom";
import { AppContext } from "../../AppContext";
@ -33,4 +34,4 @@ class VoteSuccess extends Component {
);
}
}
export default VoteSuccess;
export default withTranslation()(VoteSuccess);

Loading…
Cancel
Save