Explorar o código

Fixed issue where setpassword page didn't work.

KrisVos130 %!s(int64=7) %!d(string=hai) anos
pai
achega
ea3003dfc6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>