got rid of useless scrollPos variable
This commit is contained in:
parent
48549bf4de
commit
558bed357a
2 changed files with 0 additions and 10 deletions
|
|
@ -9,7 +9,6 @@ interface Props {
|
|||
messages: pond.Chat[];
|
||||
attachmentMap?: Map<string, pond.FileReference[]>;
|
||||
totalMessages: number;
|
||||
scrollPos: number;
|
||||
removeNoteMethod: (index: number) => void;
|
||||
loadMore: () => void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue