mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Merge pull request #3829 from apple502j/patch-16
Fix invisible actor on FollowStudio
This commit is contained in:
commit
d5e51d2f18
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ class ActivityList extends React.Component {
|
||||||
return (
|
return (
|
||||||
<FollowStudioMessage
|
<FollowStudioMessage
|
||||||
followDateTime={message.datetime_created}
|
followDateTime={message.datetime_created}
|
||||||
followeeId={message.gallery_id}
|
followerUsername={message.actor_username}
|
||||||
key={key}
|
key={key}
|
||||||
|
studioId={message.gallery_id}
|
||||||
studioTitle={message.title}
|
studioTitle={message.title}
|
||||||
studioUsername={message.actor_username}
|
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
case 'loveproject':
|
case 'loveproject':
|
||||||
|
|
Loading…
Reference in a new issue