mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Remove unused prop
This commit is contained in:
parent
642405dbd0
commit
16fb24fa09
2 changed files with 0 additions and 2 deletions
|
@ -135,7 +135,6 @@ export default class SetupEncryptionBody extends React.Component<IProps, IState>
|
|||
if (this.state.verificationRequest) {
|
||||
return <EncryptionPanel
|
||||
layout="dialog"
|
||||
inDialog={true}
|
||||
verificationRequest={this.state.verificationRequest}
|
||||
onClose={this.onEncryptionPanelClose}
|
||||
member={MatrixClientPeg.get().getUser(this.state.verificationRequest.otherUserId)}
|
||||
|
|
|
@ -41,7 +41,6 @@ interface IProps {
|
|||
verificationRequest: VerificationRequest;
|
||||
verificationRequestPromise?: Promise<VerificationRequest>;
|
||||
layout: string;
|
||||
inDialog: boolean;
|
||||
isRoomEncrypted: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue