|
@@ -184,7 +184,7 @@ export class DisplayList extends React.PureComponent<IDisplayListProps, IDisplay
|
|
|
|
|
|
private renderDisplay (display: Display) {
|
|
|
const coverStyle: React.CSSProperties = {
|
|
|
- backgroundImage: `url(${ASSETS_HOST}${display.avatar})`
|
|
|
+ backgroundImage: `url("${ASSETS_HOST}${display.avatar}")`
|
|
|
}
|
|
|
const { onDisplayClick, onDelete, currentProject } = this.props
|
|
|
|