mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
Fix typo
Co-Authored-By: adroitwhiz <adroitwhiz@protonmail.com>
This commit is contained in:
parent
8ca097fde2
commit
7048e1e5dc
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ActivityList extends React.Component {
|
|||
followeeId={message.gallery_id}
|
||||
key={key}
|
||||
studioTitle={message.title}
|
||||
stufioUsername={message.actor_username}
|
||||
studioUsername={message.actor_username}
|
||||
/>
|
||||
);
|
||||
case 'loveproject':
|
||||
|
|
Loading…
Reference in a new issue