mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-13 08:21:47 +02:00
Remove unused case statement.
This commit is contained in:
parent
89f051e693
commit
ad9a3d9ddc
@ -470,11 +470,6 @@ module.exports = React.createClass({
|
|||||||
showApps: payload.show ? true : false,
|
showApps: payload.show ? true : false,
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'forward_event':
|
|
||||||
this.setState({
|
|
||||||
forwardingEvent: payload.content,
|
|
||||||
});
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user