Fix homepage row links

This commit is contained in:
Ray Schamp 2018-01-25 14:48:09 -05:00
parent d5411ca20b
commit 6036fa79bc

View file

@ -59,7 +59,7 @@ const Carousel = props => {
>
{props.items.map(item => {
let href = '';
switch (props.type) {
switch (item.type) {
case 'gallery':
href = `/studios/${item.id}/`;
break;