1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00
This commit is contained in:
Travis Ralston
2020-09-16 14:59:40 -06:00
parent f412f8defe
commit 959b8dd314

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