diff --git a/apps/web/src/components/editor/timeline/snap-indicator.tsx b/apps/web/src/components/editor/timeline/snap-indicator.tsx index 6bfdf086..914edccb 100644 --- a/apps/web/src/components/editor/timeline/snap-indicator.tsx +++ b/apps/web/src/components/editor/timeline/snap-indicator.tsx @@ -9,9 +9,9 @@ interface SnapIndicatorProps { zoomLevel: number; isVisible: boolean; tracks: TimelineTrack[]; - timelineRef: React.RefObject; - trackLabelsRef?: React.RefObject; - tracksScrollRef: React.RefObject; + timelineRef: React.RefObject; + trackLabelsRef?: React.RefObject; + tracksScrollRef: React.RefObject; } export function SnapIndicator({