fix linting issues
This commit is contained in:
parent
5ba419db54
commit
ccfd6ba4b1
2 changed files with 3 additions and 2 deletions
|
@ -302,6 +302,7 @@ interface IState {
|
|||
export default class EventTile extends React.Component<IProps, IState> {
|
||||
private suppressReadReceiptAnimation: boolean;
|
||||
private isListeningForReceipts: boolean;
|
||||
private ref: React.RefObject<unknown>;
|
||||
private tile = React.createRef();
|
||||
private replyThread = React.createRef();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue