Преглед на файлове

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>