fix(challenges): Remove broken images when undefined
BREAKING CHANGE: none Closes #16410
This commit is contained in:
@ -59,7 +59,7 @@ export class Project extends PureComponent {
|
||||
<Image
|
||||
id={ id }
|
||||
responsive={ true }
|
||||
src={ imageURL }
|
||||
src={ image ? imageURL : false }
|
||||
/>
|
||||
<br />
|
||||
<ToolPanel />
|
||||
|
Reference in New Issue
Block a user