Add private

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
pull/21833/head
Šimon Brandner 2021-04-20 11:40:50 +02:00 committed by GitHub
parent faca498523
commit 4e1409dc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ interface IState {
@replaceableComponent("views.messages.SenderProfile")
export default class SenderProfile extends React.Component<IProps, IState> {
static contextType = MatrixClientContext;
unmounted: boolean;
private unmounted: boolean;
constructor(props: IProps) {
super(props)