chore: update all dependencies (#699)
This commit is contained in:
@@ -48,7 +48,7 @@ export const Extensions: FunctionComponent<{
|
||||
|
||||
useEffect(() => {
|
||||
if (confirmableExtension) {
|
||||
confirmableEnd.current.scrollIntoView({ behavior: 'smooth' });
|
||||
confirmableEnd.current!.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
}, [confirmableExtension, confirmableEnd]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user