de-state
This commit is contained in:
parent
f412f8defe
commit
959b8dd314
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue