Correct link href for studio host transfer message

Fixes https://github.com/LLK/scratch-www/issues/6367
This commit is contained in:
hello-smile6 2021-12-05 12:15:14 -08:00 committed by GitHub
parent 79d0c8f7b8
commit bd788182e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
)