Add private
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
faca498523
commit
4e1409dc2c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue