Merge pull request #6368 from hello-smile6/patch-1

Correct link href for studio host transfer message
This commit is contained in:
Sarah Otts 2021-12-13 07:19:16 -05:00 committed by GitHub
commit bcdc3125a3
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>
)