Merge pull request #3829 from apple502j/patch-16

Fix invisible actor on FollowStudio
This commit is contained in:
chrisgarrity 2020-04-29 09:02:42 -04:00 committed by GitHub
commit d5e51d2f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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':