mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #6368 from hello-smile6/patch-1
Correct link href for studio host transfer message
This commit is contained in:
commit
bcdc3125a3
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