Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -24,7 +24,5 @@ export const shouldDisplayAsVoiceBroadcastRecordingTile = (
|
|||
event: MatrixEvent,
|
||||
): boolean => {
|
||||
const userId = client.getUserId();
|
||||
return !!userId
|
||||
&& userId === event.getSender()
|
||||
&& state !== VoiceBroadcastInfoState.Stopped;
|
||||
return !!userId && userId === event.getSender() && state !== VoiceBroadcastInfoState.Stopped;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue