diff --git a/apps/client/src/widgets/type_widgets/file/Audio.tsx b/apps/client/src/widgets/type_widgets/file/Audio.tsx index 60db5cf169..623b4efbfc 100644 --- a/apps/client/src/widgets/type_widgets/file/Audio.tsx +++ b/apps/client/src/widgets/type_widgets/file/Audio.tsx @@ -17,10 +17,10 @@ export default function AudioPreview({ note }: { note: FNote }) { onPlay={() => setPlaying(true)} onPause={() => setPlaying(false)} /> -