浏览代码

Fixed issue where setpassword page didn't work.

KrisVos130 7 年之前
父节点
当前提交
ea3003dfc6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      frontend/app/js/views/Auth/Settings/SetPassword/index.jsx

+ 2 - 0
frontend/app/js/views/Auth/Settings/SetPassword/index.jsx

@@ -138,6 +138,8 @@ export default class SetPassword extends Component {
 	};
 
 	render() {
+		const { t } = this.props;
+
 		return (
 			<div>
 				<h1><h1>{ t("setPassword:title") }</h1></h1>