From eec237e4c32810e9ed0f4980f4620c4c2d84c3b0 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:17:47 -0600 Subject: [PATCH] add segmentkey to props --- web/src/components/timeline/segment-metadata.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/timeline/segment-metadata.tsx b/web/src/components/timeline/segment-metadata.tsx index 3e3c99393..9d29c73ad 100644 --- a/web/src/components/timeline/segment-metadata.tsx +++ b/web/src/components/timeline/segment-metadata.tsx @@ -22,7 +22,7 @@ type TimestampSegmentProps = { isLastSegmentInMinimap: boolean; timestamp: Date; timestampSpread: number; - segmentKey: number; + segmentKey: string; }; export function MinimapBounds({