These can be pure components

pull/21833/head
David Baker 2019-07-10 14:32:37 +01:00
parent 72b1ad37a2
commit 06c0bce053
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import { _t, pickBestLanguage } from '../../../languageHandler';
import Matrix from 'matrix-js-sdk';
class TermsCheckbox extends React.Component {
class TermsCheckbox extends React.PureComponent {
static propTypes = {
onChange: PropTypes.func.isRequired,
url: PropTypes.string.isRequired,
@ -41,7 +41,7 @@ class TermsCheckbox extends React.Component {
}
}
export default class TermsDialog extends React.Component {
export default class TermsDialog extends React.PureComponent {
static propTypes = {
/**
* Array of TermsWithService