add segmentkey to props

This commit is contained in:
Josh Hawkins 2024-11-29 20:17:47 -06:00
parent afb1712674
commit eec237e4c3

View File

@ -22,7 +22,7 @@ type TimestampSegmentProps = {
isLastSegmentInMinimap: boolean; isLastSegmentInMinimap: boolean;
timestamp: Date; timestamp: Date;
timestampSpread: number; timestampSpread: number;
segmentKey: number; segmentKey: string;
}; };
export function MinimapBounds({ export function MinimapBounds({