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 {