chat: fix merge conflict doubling binding

This commit is contained in:
Matilde Park 2020-12-10 18:38:03 -05:00
parent b95c3e5b76
commit 80bdf9d5fe

View File

@ -70,8 +70,6 @@ export function ChatResource(props: ChatResourceProps) {
[station]
);
const { bind, dragging } = useFileDrag(onFileDrag);
const scrollTo = new URLSearchParams(location.search).get('msg');
useEffect(() => {