Skip to content

Commit

Permalink
remove unnecessary style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Mar 23, 2023
1 parent c27b780 commit 0f0f885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ class WorkspaceMembersPage extends React.Component {
|| this.isKeywordMatch(member.firstName, searchValue)
|| this.isKeywordMatch(member.lastName, searchValue));

// eslint-disable-next-line arrow-body-style
data = _.reject(data, (member) => {
// If this policy is owned by Expensify then show all support (expensify.com or team.expensify.com) emails
if (PolicyUtils.isExpensifyTeam(lodashGet(this.props.policy, 'owner'))) {
Expand Down

0 comments on commit 0f0f885

Please sign in to comment.