mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
Fix invisible actor on FollowStudio
This commit is contained in:
parent
ea103fc69e
commit
b476a1e4b3
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ class ActivityList extends React.Component {
|
|||
return (
|
||||
<FollowStudioMessage
|
||||
followDateTime={message.datetime_created}
|
||||
followeeId={message.gallery_id}
|
||||
studioId={message.gallery_id}
|
||||
key={key}
|
||||
studioTitle={message.title}
|
||||
studioUsername={message.actor_username}
|
||||
followerUsername={message.actor_username}
|
||||
/>
|
||||
);
|
||||
case 'loveproject':
|
||||
|
|
Loading…
Reference in a new issue