Skip to content

Commit

Permalink
fix tooltip display name
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Oct 8, 2024
1 parent ac87753 commit 81fe391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/report/ReportActionItemSingle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function ReportActionItemSingle({
avatarId = ownerAccountID;
avatarSource = personalDetails[ownerAccountID ?? -1]?.avatar;
displayName = ReportUtils.getDisplayNameForParticipant(ownerAccountID);
actorHint = displayName;
}
if (isWorkspaceActor) {
displayName = ReportUtils.getPolicyName(report, undefined, policy);
Expand Down

0 comments on commit 81fe391

Please sign in to comment.