Cleanup comments

This commit is contained in:
Swapnil Raj 2020-07-22 21:17:58 +05:30
parent d7728881a3
commit 5ea7be5d53

View file

@ -68,22 +68,6 @@ interface IState {
} }
export default class VerificationPanel extends React.PureComponent<IProps, IState> { export default class VerificationPanel extends React.PureComponent<IProps, IState> {
/* static propTypes = { */
/* layout: PropTypes.string, */
/* request: PropTypes.object.isRequired, */
/* member: PropTypes.object.isRequired, */
/* phase: PropTypes.oneOf([ */
/* PHASE_UNSENT, */
/* PHASE_REQUESTED, */
/* PHASE_READY, */
/* PHASE_STARTED, */
/* PHASE_CANCELLED, */
/* PHASE_DONE, */
/* ]).isRequired, */
/* onClose: PropTypes.func.isRequired, */
/* isRoomEncrypted: PropTypes.bool, */
/* }; */
private hasVerifier: boolean; private hasVerifier: boolean;
constructor(props: IProps) { constructor(props: IProps) {