1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Remove unused prop

This commit is contained in:
David Baker
2021-07-01 14:03:01 +01:00
parent 642405dbd0
commit 16fb24fa09
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ interface IProps {
verificationRequest: VerificationRequest;
verificationRequestPromise?: Promise<VerificationRequest>;
layout: string;
inDialog: boolean;
isRoomEncrypted: boolean;
}