Iminimal lint-fixes to make develop CI build
This commit is contained in:
parent
66a6f9d322
commit
4da4e0c37a
5 changed files with 5 additions and 5 deletions
|
@ -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});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue