1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-01 13:11:10 +03:00

Fix bad merge

This commit is contained in:
Dariusz Niemczyk
2021-08-19 07:11:40 +02:00
parent 455a914cf3
commit d65f6dd002

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