1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00
This commit is contained in:
Swapnil Raj
2020-07-29 17:26:51 +05:30
parent bf450ad075
commit aa160095fa
2 changed files with 4 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ interface IProps {
onClose: () => void;
isRoomEncrypted: boolean;
inDialog: boolean;
key: any;
key: number;
}
interface IState {