mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
lint
This commit is contained in:
@@ -14,7 +14,9 @@ export function ReactionsAudioRenderer(): ReactNode {
|
||||
const { reactions } = useReactions();
|
||||
const [shouldPlay] = useSetting(playReactionsSound);
|
||||
|
||||
const expectedReactions = shouldPlay ? [...new Set([...Object.values(reactions)])] : [];
|
||||
const expectedReactions = shouldPlay
|
||||
? [...new Set([...Object.values(reactions)])]
|
||||
: [];
|
||||
return (
|
||||
<>
|
||||
{expectedReactions.map(
|
||||
|
||||
Reference in New Issue
Block a user