got rid of useless scrollPos variable

This commit is contained in:
Carter 2024-12-06 10:18:15 -06:00
parent 48549bf4de
commit 558bed357a
2 changed files with 0 additions and 10 deletions

View file

@ -9,7 +9,6 @@ interface Props {
messages: pond.Chat[];
attachmentMap?: Map<string, pond.FileReference[]>;
totalMessages: number;
scrollPos: number;
removeNoteMethod: (index: number) => void;
loadMore: () => void;
}