Skip to content

Commit

Permalink
Remove unused callState prop from <CallingLobby>
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Nov 4, 2020
1 parent a7c87dd commit 48e8cd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ts/components/CallManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export const CallManager = ({
<CallingLobby
availableCameras={availableCameras}
callDetails={callDetails}
callState={callState}
hasLocalAudio={hasLocalAudio}
hasLocalVideo={hasLocalVideo}
i18n={i18n}
Expand Down
2 changes: 0 additions & 2 deletions ts/components/CallingLobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
SetLocalPreviewType,
SetLocalVideoType,
} from '../state/ducks/calling';
import { CallState } from '../types/Calling';
import {
CallingButton,
CallingButtonType,
Expand All @@ -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;
Expand Down

0 comments on commit 48e8cd0

Please sign in to comment.