diff --git a/src/components/structures/auth/ForgotPassword.tsx b/src/components/structures/auth/ForgotPassword.tsx index 1ebc5303d6..24b47bfa03 100644 --- a/src/components/structures/auth/ForgotPassword.tsx +++ b/src/components/structures/auth/ForgotPassword.tsx @@ -337,7 +337,7 @@ export default class ForgotPassword extends React.Component { onClick={this.onVerify} value={_t('I have verified my email address')} /> { this.state.currentHttpRequest && ( -
) +
) } ; }