Fix bad merge
This commit is contained in:
parent
455a914cf3
commit
d65f6dd002
1 changed files with 0 additions and 5 deletions
|
@ -221,11 +221,6 @@ class LoggedInView extends React.Component<IProps, IState> {
|
|||
});
|
||||
};
|
||||
|
||||
private onCallsChanged = () => {
|
||||
this.setState({
|
||||
activeCalls: CallHandler.sharedInstance().getAllActiveCalls(),
|
||||
});
|
||||
|
||||
private onAction = (payload): void => {
|
||||
switch (payload.action) {
|
||||
case 'call_state': {
|
||||
|
|
Loading…
Reference in a new issue