Another fix for indentation

This commit is contained in:
Dariusz Niemczyk 2021-08-03 14:59:35 +02:00 committed by Dariusz Niemczyk
parent 466151a10c
commit 389d0b2d4a
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6
3 changed files with 12 additions and 12 deletions

View file

@ -55,7 +55,7 @@ const onExpandClick = (roomId: string) => {
};
type CallControlsProps = Pick<CallViewHeaderProps, 'pipMode' | 'type'> & {
roomId: string;
roomId: string;
};
function CallViewHeaderControls({ pipMode = false, type, roomId }: CallControlsProps): JSX.Element {
return <div className="mx_CallView_header_controls">