1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +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;
}
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() {