From 6ecc359d8094dd79dd1ac1ef3756a56d15637ba5 Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Fri, 11 Jul 2025 20:02:09 +0600 Subject: [PATCH] chore: clean up --- apps/web/src/components/editor/timeline.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/web/src/components/editor/timeline.tsx b/apps/web/src/components/editor/timeline.tsx index c2468f1..17bd34e 100644 --- a/apps/web/src/components/editor/timeline.tsx +++ b/apps/web/src/components/editor/timeline.tsx @@ -979,6 +979,11 @@ export function Timeline() {
+ {track.muted && ( + + Muted + + )} ))}