Fix invisible actor on FollowStudio

This commit is contained in:
apple502j 2020-04-26 14:58:21 +09:00 committed by GitHub
parent ea103fc69e
commit b476a1e4b3
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}
studioId={message.gallery_id}
key={key}
studioTitle={message.title}
studioUsername={message.actor_username}
followerUsername={message.actor_username}
/>
);
case 'loveproject':