diff --git a/common/components/Footer/index.jsx b/common/components/Footer/index.jsx index 38935640..1c7bdd82 100644 --- a/common/components/Footer/index.jsx +++ b/common/components/Footer/index.jsx @@ -1,13 +1,10 @@ import React, {Component} from 'react'; -import translate from 'translations'; +import translate, {getTranslators} from 'translations'; export default class Footer extends Component { - constructor(props) { - super(props) - } - render() { + const translators = getTranslators() return (