mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-09 22:41:26 +02:00
Fix bad merge
This commit is contained in:
parent
455a914cf3
commit
d65f6dd002
@ -221,11 +221,6 @@ class LoggedInView extends React.Component<IProps, IState> {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
private onCallsChanged = () => {
|
|
||||||
this.setState({
|
|
||||||
activeCalls: CallHandler.sharedInstance().getAllActiveCalls(),
|
|
||||||
});
|
|
||||||
|
|
||||||
private onAction = (payload): void => {
|
private onAction = (payload): void => {
|
||||||
switch (payload.action) {
|
switch (payload.action) {
|
||||||
case 'call_state': {
|
case 'call_state': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user