fix: default thumbnail on prod electron
This commit is contained in:
parent
d0bad3cf01
commit
81fc2d596c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class CardMedia extends React.PureComponent<Props> {
|
||||||
style={
|
style={
|
||||||
thumbnail
|
thumbnail
|
||||||
? { backgroundImage: `url('${thumbnail}')` }
|
? { backgroundImage: `url('${thumbnail}')` }
|
||||||
: { backgroundImage: `url(/${Placeholder})` }
|
: { backgroundImage: `url(${Placeholder})` }
|
||||||
}
|
}
|
||||||
className="media__thumb"
|
className="media__thumb"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue