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 (