mirror of https://github.com/vector-im/riot-web
DisableEventIndexDialog: Use a self-closing tag for the buttons.
parent
97d55f63a3
commit
2252f48e04
|
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue