You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +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"
|
||||
onCancel={this.props.onFinished}
|
||||
disabled={this.state.disabling}
|
||||
>
|
||||
</DialogButtons>
|
||||
/>
|
||||
</BaseDialog>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user