From 359becaa4474a7b73d745c9a4393add38ae300b2 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 12 Mar 2024 18:42:01 -0600 Subject: [PATCH] Fix gif layout --- web/src/components/image/AnimatedEventThumbnail.tsx | 2 +- web/src/views/live/LiveDashboardView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/image/AnimatedEventThumbnail.tsx b/web/src/components/image/AnimatedEventThumbnail.tsx index 40bddd46c..0b21006f8 100644 --- a/web/src/components/image/AnimatedEventThumbnail.tsx +++ b/web/src/components/image/AnimatedEventThumbnail.tsx @@ -45,7 +45,7 @@ export function AnimatedEventThumbnail({ event }: AnimatedEventThumbnailProps) { return ( -
+
0 && ( -
+
{events.map((event) => { return ; })}