Skip to content

Commit

Permalink
renaming login to handle in mention
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinoz committed Apr 15, 2024
1 parent 8bb2788 commit 716f260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function SuggestionMention(
suggestions.push({
text: formatLoginPrivateDomain(PersonalDetailsUtils.getDisplayNameOrDefault(detail), detail?.login),
alternateText: `@${formatLoginPrivateDomain(detail?.login, detail?.login)}`,
login: detail?.login,
handle: detail?.login,
icons: [
{
name: detail?.login,
Expand Down

0 comments on commit 716f260

Please sign in to comment.