Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 5088ae3

Browse files
committed
Display nothing if photo is not present
1 parent 7bda55e commit 5088ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/row-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const RowEvent = props => {
1414
{props.description ? (
1515
<Image src={extractImageUrl(props.description)} />
1616
) : (
17-
<div />
17+
1818
)}
1919
<Card.Content>
2020
<Card.Header>{props.name}</Card.Header>

0 commit comments

Comments
 (0)