From a7f70aa1964689efb622111488214cdb315e8f62 Mon Sep 17 00:00:00 2001
From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
Date: Sun, 24 Mar 2024 12:28:54 -0500
Subject: [PATCH] conditionally render minimap bounds for event segments
---
web/src/components/timeline/EventSegment.tsx | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/web/src/components/timeline/EventSegment.tsx b/web/src/components/timeline/EventSegment.tsx
index 1984d448c..596c9788e 100644
--- a/web/src/components/timeline/EventSegment.tsx
+++ b/web/src/components/timeline/EventSegment.tsx
@@ -205,13 +205,15 @@ export function EventSegment({
onClick={segmentClick}
onTouchEnd={(event) => handleTouchStart(event, segmentClick)}
>
-
+ {showMinimap && (
+
+ )}