From a3fa79370649ceb7f8da980a14b15a4947290866 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 5 Oct 2020 15:50:01 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20mise=20=C3=A0=20forme=20de=20la=20?= =?UTF-8?q?timeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Timeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Timeline.tsx b/client/src/components/Timeline.tsx index 036f352..4da19fc 100644 --- a/client/src/components/Timeline.tsx +++ b/client/src/components/Timeline.tsx @@ -13,7 +13,7 @@ export const Timeline: FunctionComponent = ({ events }) => { events = debounceEvents(events) || []; return ( -
+
{ events.map(evt => { return ( @@ -29,7 +29,7 @@ export const Timeline: FunctionComponent = ({ events }) => { } { events.length === 0 ? -

Aucun évènement.

: +

Aucun évènement.

: null }