You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
DisableEventIndexDialog: Use a self-closing tag for the buttons.
This commit is contained in:
@@ -65,8 +65,7 @@ export default class DisableEventIndexDialog extends React.Component {
|
|||||||
primaryButtonClass="danger"
|
primaryButtonClass="danger"
|
||||||
onCancel={this.props.onFinished}
|
onCancel={this.props.onFinished}
|
||||||
disabled={this.state.disabling}
|
disabled={this.state.disabling}
|
||||||
>
|
/>
|
||||||
</DialogButtons>
|
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user