fix: default thumbnail on prod electron

This commit is contained in:
Sean Yesmunt 2019-04-19 12:25:28 -04:00
parent d0bad3cf01
commit 81fc2d596c

View file

@ -15,7 +15,7 @@ class CardMedia extends React.PureComponent<Props> {
style={
thumbnail
? { backgroundImage: `url('${thumbnail}')` }
: { backgroundImage: `url(/${Placeholder})` }
: { backgroundImage: `url(${Placeholder})` }
}
className="media__thumb"
/>