mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Remove unused callState prop from <CallingLobby>
This commit is contained in:
@@ -5,7 +5,6 @@ import {
|
||||
SetLocalPreviewType,
|
||||
SetLocalVideoType,
|
||||
} from '../state/ducks/calling';
|
||||
import { CallState } from '../types/Calling';
|
||||
import {
|
||||
CallingButton,
|
||||
CallingButtonType,
|
||||
@@ -17,7 +16,6 @@ import { LocalizerType } from '../types/Util';
|
||||
export type PropsType = {
|
||||
availableCameras: Array<MediaDeviceInfo>;
|
||||
callDetails: CallDetailsType;
|
||||
callState?: CallState;
|
||||
hasLocalAudio: boolean;
|
||||
hasLocalVideo: boolean;
|
||||
i18n: LocalizerType;
|
||||
|
||||
Reference in New Issue
Block a user