Merge pull request #2542 from paulkaplan/fix-studio-linking

Fix the studio links to use the correct URL
This commit is contained in:
Paul Kaplan 2018-12-27 09:31:01 -05:00 committed by GitHub
commit 0f1f3737f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ const StudioList = props => {
<ThumbnailColumn
cards
showAvatar
itemType="studio"
itemType="studios"
items={studios.slice(0, 5)}
showFavorites={false}
showLoves={false}