From 5088ae3ae4af32380993b585de5e8b5aca069aa8 Mon Sep 17 00:00:00 2001 From: Arsaln Cheema Date: Sun, 22 Oct 2017 15:49:01 +0800 Subject: [PATCH] Display nothing if photo is not present --- components/row-events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/row-events.js b/components/row-events.js index 258150198..9bc6c4d1b 100644 --- a/components/row-events.js +++ b/components/row-events.js @@ -14,7 +14,7 @@ const RowEvent = props => { {props.description ? ( ) : ( -
+ )} {props.name}