diff --git a/src/components/SelectLang/index.js b/src/components/SelectLang/index.js
index c562f99c16e0b870df69f9ecf8b4da548aa66994..ee91cd64d09e613af36e955aa45a88820324b52e 100644
--- a/src/components/SelectLang/index.js
+++ b/src/components/SelectLang/index.js
@@ -5,7 +5,7 @@ import classNames from 'classnames';
import styles from './index.less';
export default class SelectLang extends PureComponent {
- changLang = ({ key }) => {
+ changeLang = ({ key }) => {
setLocale(key);
};
@@ -13,7 +13,7 @@ export default class SelectLang extends PureComponent {
const { className } = this.props;
const selectedLang = getLocale();
const langMenu = (
-