Skip to content

Commit

Permalink
corrected the value for optionrow keyForList
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Jul 4, 2023
1 parent 4eef8fe commit fec434a
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 fec434a

Please sign in to comment.