mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Correct link href for studio host transfer message
Fixes https://github.com/LLK/scratch-www/issues/6367
This commit is contained in:
parent
79d0c8f7b8
commit
bd788182e0
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ const getComponentForItem = item => {
|
|||
</a>
|
||||
),
|
||||
actorProfileLink: (
|
||||
<a href={`/users/${item.recipient_username}`}>
|
||||
<a href={`/users/${item.actor_username}`}>
|
||||
{item.actor_username}
|
||||
</a>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue