decentraland / profile

Profile dApp
https://profile-delta-teal.vercel.app
Apache License 2.0
0 stars 0 forks source link

Profile/ unfriending friends: popup warning message does not contain the full avatar name #292

Closed LucasLioyQA closed 10 months ago

LucasLioyQA commented 11 months ago

SEV-4 | Minor issue

When the user wants to unfriend a friend, and clicks on unfriend, a warning popup window appears to confirm this action, and the avatar name does not appear fully, since the # part seems to be missing.

For example, on the friends list the avatar name appears as:

lulu2777#f8c2

Screenshot 2023-10-17 at 09 29 51

But when unfriending it just appears as: lulu2777 ( the # part is missing in this case):

Screenshot 2023-10-17 at 09 30 12

Steps to reproduce this issue:

1- Access your profile 2- Access your friends 3- Try to unfriend 1 friend and click on unfriend

Current behavior: when having long avatar names with # plus something, that part is cropped and does not appear on the warning message

Expected behavior: the avatar full name including the # part should be shown on the warning message