mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Cleanup comments
This commit is contained in:
parent
d7728881a3
commit
5ea7be5d53
1 changed files with 0 additions and 16 deletions
|
@ -68,22 +68,6 @@ interface 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;
|
||||
|
||||
constructor(props: IProps) {
|
||||
|
|
Loading…
Reference in a new issue