Skip to content

Commit c560b58

Browse files
Half-Shotrobintown
authored andcommitted
lint
1 parent 7b57fc2 commit c560b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/room/ReactionAudioRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function ReactionsAudioRenderer(): ReactNode {
3939
void audioElement.play();
4040
}
4141
}
42-
}, [audioElements, shouldPlay, reactions]);
42+
}, [audioElements, shouldPlay, reactions, effectSoundVolume]);
4343

4444
// Do not render any audio elements if playback is disabled. Will save
4545
// audio file fetches.

0 commit comments

Comments
 (0)