diff --git a/src/components/layout/SideNav.js b/src/components/layout/SideNav.js
index e7e96b7d..ccb6f360 100644
--- a/src/components/layout/SideNav.js
+++ b/src/components/layout/SideNav.js
@@ -4,7 +4,13 @@ import { useRouter } from 'next/router';
import Link from 'next/link';
import styles from './SideNav.module.css';
-export function SideNav({ selectedKey, items, shallow, onSelect = () => {} }) {
+export function SideNav({
+ selectedKey,
+ items,
+ shallow = true,
+ scroll = false,
+ onSelect = () => {},
+}) {
const { asPath } = useRouter();
return (