chore: Enable eslint to enforce curly (#3060)
This commit is contained in:
@@ -77,7 +77,9 @@ class AddPeopleToCollection extends React.Component<Props> {
|
||||
render() {
|
||||
const { users, collection, 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