mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-19 19:07:47 -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>
|
</a>
|
||||||
),
|
),
|
||||||
actorProfileLink: (
|
actorProfileLink: (
|
||||||
<a href={`/users/${item.recipient_username}`}>
|
<a href={`/users/${item.actor_username}`}>
|
||||||
{item.actor_username}
|
{item.actor_username}
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue