Another fix for indentation
This commit is contained in:
parent
466151a10c
commit
389d0b2d4a
3 changed files with 12 additions and 12 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue