mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
lint
This commit is contained in:
@@ -39,7 +39,7 @@ export function ReactionsAudioRenderer(): ReactNode {
|
||||
void audioElement.play();
|
||||
}
|
||||
}
|
||||
}, [audioElements, shouldPlay, reactions]);
|
||||
}, [audioElements, shouldPlay, reactions, effectSoundVolume]);
|
||||
|
||||
// Do not render any audio elements if playback is disabled. Will save
|
||||
// audio file fetches.
|
||||
|
||||
Reference in New Issue
Block a user