chore: Enable eslint to enforce curly (#3060)
This commit is contained in:
@@ -76,7 +76,9 @@ class AddPeopleToGroup extends React.Component<Props> {
|
||||
render() {
|
||||
const { users, group, auth, t } = this.props;
|
||||
const { user, team } = auth;
|
||||
if (!user || !team) return null;
|
||||
if (!user || !team) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<Flex column>
|
||||
|
||||
Reference in New Issue
Block a user