diff --git a/src/reset-password/ResetPasswordPage.jsx b/src/reset-password/ResetPasswordPage.jsx index 1e5eb8a4..df2bb533 100644 --- a/src/reset-password/ResetPasswordPage.jsx +++ b/src/reset-password/ResetPasswordPage.jsx @@ -148,7 +148,7 @@ const ResetPasswordPage = (props) => { const { token } = props.match.params; if (token) { props.validateToken(token); - return ; + return ; } } else if (props.status === PASSWORD_RESET_ERROR) { return ;