You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
de-state
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user