Skip to content
Snippets Groups Projects
Commit 7973bd2f authored by esikkala's avatar esikkala
Browse files

ResultTableCell: handle missing images

parent 83dce930
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ const ResultTableCell = props => {
/>
break
case 'image':
cellContent = data
cellContent = data && data !== '-'
? <SimpleReactLightbox><ImageGallerySRL data={data} previewImageHeight={previewImageHeight} /></SimpleReactLightbox>
: ''
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment