diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index 4034fa9..4393a05 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -660,16 +660,18 @@ export function TrackList({ ))} - {/* Add effect button */} - + {/* Add effect button - only visible when expanded */} + {track.effectsExpanded && ( + + )} {/* Show/hide toggle */}