pull/21833/head
Travis Ralston 2020-09-16 14:59:40 -06:00
parent f412f8defe
commit 959b8dd314
1 changed files with 1 additions and 5 deletions

View File

@ -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() {