Skip to content

Commit

Permalink
Merge pull request #22203 from Pujan92/fix/21840
Browse files Browse the repository at this point in the history
Fix: Console error appears when opening Workspace Members Page
  • Loading branch information
Li357 authored Jul 6, 2023
2 parents fc15d9b + fec434a commit 6f5b149
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 @@ -334,7 +334,7 @@ function WorkspaceMembersPage(props) {
type: CONST.ICON_TYPE_AVATAR,
},
],
keyForList: item.accountID,
keyForList: String(item.accountID),
}}
onSelectRow={() => toggleUser(item.accountID, item.pendingAction)}
/>
Expand Down

0 comments on commit 6f5b149

Please sign in to comment.