Merge pull request #16418 from jameskaupert/fix/undefined_images

fix(challenges): Remove broken images when undefined
pull/16413/merge
Berkeley Martinez 2018-01-05 21:48:40 -08:00 committed by GitHub
commit 9263b91f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export class Project extends PureComponent {
<Image
id={ id }
responsive={ true }
src={ imageURL }
src={ image ? imageURL : false }
/>
<br />
<ToolPanel />