Skip to content

Commit

Permalink
fix after main sync
Browse files Browse the repository at this point in the history
  • Loading branch information
burczu committed Feb 22, 2024
1 parent 5833bea commit 118ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function WorkspaceMembersPage({policyMembers, personalDetails, route, policy, se
policyMember.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE ||
!isEmptyObject(policyMember.errors),
text: formatPhoneNumber(PersonalDetailsUtils.getDisplayNameOrDefault(details)),
alternateText: formatPhoneNumber(details.login ?? ''),
alternateText: formatPhoneNumber(details?.login ?? ''),
rightElement: roleBadge,
icons: [
{
Expand Down

0 comments on commit 118ca71

Please sign in to comment.