Selaa lähdekoodia

Fixed issue where setpassword page didn't work.

KrisVos130 7 vuotta sitten
vanhempi
sitoutus
ea3003dfc6
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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() {
 	render() {
+		const { t } = this.props;
+
 		return (
 		return (
 			<div>
 			<div>
 				<h1><h1>{ t("setPassword:title") }</h1></h1>
 				<h1><h1>{ t("setPassword:title") }</h1></h1>