feat: no-multi-spacing

This commit is contained in:
qianxi0410
2022-08-07 00:06:20 +08:00
parent cd966116d4
commit 9bca6bb72e
3 changed files with 4 additions and 3 deletions

View File

@ -468,7 +468,7 @@ class ForgetPage extends React.Component {
</Form.Item>
<br />
<Form.Item hidden={this.state.current !== 2}>
<Button block type="primary" htmlType="submit" disabled={this.state.userId === ""}>
<Button block type="primary" htmlType="submit" disabled={this.state.userId === ""}>
{i18next.t("forget:Change Password")}
</Button>
</Form.Item>