Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
esh-g committed Oct 12, 2023
1 parent eb6e9c2 commit f8cf28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ function WorkspaceMembersPage(props) {

result.push({
keyForList: accountIDKey,
accountID: accountID,
accountID,
isSelected: _.contains(selectedEmployees, accountID),
isDisabled:
accountID === props.session.accountID ||
Expand Down

0 comments on commit f8cf28b

Please sign in to comment.