This commit is contained in:
Jackson Harper 2024-06-05 19:20:54 +08:00
parent 9961ada6c7
commit c4d8be6094

View file

@ -61,8 +61,10 @@ export default function Home(): JSX.Element {
/>
{showLeftMenu && (
<NavigationMenu
// eslint-disable-next-line @typescript-eslint/no-empty-function
setShowAddLinkModal={() => {}}
searchTerm={''}
// eslint-disable-next-line @typescript-eslint/no-empty-function
applySearchQuery={(searchQuery: string) => {}}
showFilterMenu={showLeftMenu}
setShowFilterMenu={(show) => {