Fix review details
- spelling mistake - unwatch watched setting - lint (indentation) - use more performant component
This commit is contained in:
parent
527fe24cd6
commit
0d6e7759d0
8 changed files with 20 additions and 9 deletions
|
@ -27,7 +27,7 @@ interface IState {
|
|||
|
||||
}
|
||||
|
||||
export default class CallContainer extends React.Component<IProps, IState> {
|
||||
export default class CallContainer extends React.PureComponent<IProps, IState> {
|
||||
public render() {
|
||||
return <div className="mx_CallContainer">
|
||||
<IncomingCallBox2 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue