From bd788182e0c3a4d181f74a3dfcbdc4e8899865fc Mon Sep 17 00:00:00 2001
From: hello-smile6 <73048226+hello-smile6@users.noreply.github.com>
Date: Sun, 5 Dec 2021 12:15:14 -0800
Subject: [PATCH] Correct link href for studio host transfer message
Fixes https://github.com/LLK/scratch-www/issues/6367
---
src/views/studio/studio-activity.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/studio/studio-activity.jsx b/src/views/studio/studio-activity.jsx
index 0f5857445..9a17377a7 100644
--- a/src/views/studio/studio-activity.jsx
+++ b/src/views/studio/studio-activity.jsx
@@ -195,7 +195,7 @@ const getComponentForItem = item => {
),
actorProfileLink: (
-
+
{item.actor_username}
)