mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-01 19:37:21 -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}
|
followeeId={message.gallery_id}
|
||||||
key={key}
|
key={key}
|
||||||
studioTitle={message.title}
|
studioTitle={message.title}
|
||||||
stufioUsername={message.actor_username}
|
studioUsername={message.actor_username}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
case 'loveproject':
|
case 'loveproject':
|
||||||
|
|
Loading…
Reference in a new issue