1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00

Merge branch 'experimental' into bwindels/rightpanelbelowheader

This commit is contained in:
Bruno Windels
2018-10-31 14:57:16 +01:00
79 changed files with 756 additions and 259 deletions

View File

@ -780,7 +780,7 @@ export default React.createClass({
),
button: _t("Leave"),
danger: this.state.isUserPrivileged,
onFinished: async (confirmed) => {
onFinished: async(confirmed) => {
if (!confirmed) return;
this.setState({membershipBusy: true});