Iminimal lint-fixes to make develop CI build
This commit is contained in:
@@ -778,7 +778,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});
|
||||
|
||||
Reference in New Issue
Block a user