diff --git a/apps/web/src/components/editor/panels/timeline/index.tsx b/apps/web/src/components/editor/panels/timeline/index.tsx index 18f768a9..6fd14533 100644 --- a/apps/web/src/components/editor/panels/timeline/index.tsx +++ b/apps/web/src/components/editor/panels/timeline/index.tsx @@ -539,20 +539,15 @@ function TrackToggleIcon({ onClick: () => void; }) { return ( - <> - {isOff ? ( - - ) : ( - - )} - + ); }