mirror of https://github.com/vector-im/riot-web
de-state
parent
f412f8defe
commit
959b8dd314
|
@ -24,13 +24,9 @@ interface IProps {
|
||||||
mxEvent: MatrixEvent;
|
mxEvent: MatrixEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IState {
|
export default class MJitsiWidgetEvent extends React.PureComponent<IProps> {
|
||||||
}
|
|
||||||
|
|
||||||
export default class MJitsiWidgetEvent extends React.PureComponent<IProps, IState> {
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in New Issue