mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -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 (
|
||||
<FollowStudioMessage
|
||||
followDateTime={message.datetime_created}
|
||||
followeeId={message.gallery_id}
|
||||
followerUsername={message.actor_username}
|
||||
key={key}
|
||||
studioId={message.gallery_id}
|
||||
studioTitle={message.title}
|
||||
studioUsername={message.actor_username}
|
||||
/>
|
||||
);
|
||||
case 'loveproject':
|
||||
|
|
Loading…
Reference in a new issue