From b0d778a730f665f9f021968c7ee780bc1c2570a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Thu, 21 May 2020 08:18:58 +0200 Subject: [PATCH] =?UTF-8?q?update=20start=20date=20ref=C3=83lect=20new=20d?= =?UTF-8?q?ata=20format=20from=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Events.js b/src/Events.js index 7c367bd..ab02711 100644 --- a/src/Events.js +++ b/src/Events.js @@ -77,11 +77,11 @@ function Links({ event_id, ticket_url }) { function EventCard({ event }) { const { name, location, date, ticket_url, event_id } = event - + const { start: start_date } = date return (

{name}

-