From 7f12d1e86c300b20d767e8b753972d19d4f9006c Mon Sep 17 00:00:00 2001 From: efarooqui Date: Tue, 15 Sep 2020 11:36:52 -0700 Subject: [PATCH] Linting fixes --- src/components/Layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index 7451a58..120b6b2 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -149,7 +149,7 @@ class Dashboard extends React.Component { if (hasOne) return true return false }) - + if (evs.length === 0) { alert('No associated events, cant narrativise') return @@ -251,7 +251,7 @@ class Dashboard extends React.Component { ) } - + return (