mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
de-state
This commit is contained in:
parent
f412f8defe
commit
959b8dd314
@ -24,13 +24,9 @@ interface IProps {
|
||||
mxEvent: MatrixEvent;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
}
|
||||
|
||||
export default class MJitsiWidgetEvent extends React.PureComponent<IProps, IState> {
|
||||
export default class MJitsiWidgetEvent extends React.PureComponent<IProps> {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {};
|
||||
}
|
||||
|
||||
render() {
|
||||
|
Loading…
Reference in New Issue
Block a user