Fix bad merge

pull/21833/head
Dariusz Niemczyk 2021-08-19 07:11:40 +02:00
parent 455a914cf3
commit d65f6dd002
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05
1 changed files with 0 additions and 5 deletions

View File

@ -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': {