diff --git a/components/Events/SelectedEvent.js b/components/Events/SelectedEvent.js index 4b4039c8..eed90afe 100644 --- a/components/Events/SelectedEvent.js +++ b/components/Events/SelectedEvent.js @@ -22,7 +22,7 @@ function SelectedEvent({ event }) { { location &&

{location}

} -

{description}

+

{(links && links.length > 0) &&