mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting
This commit is contained in:
parent
9961ada6c7
commit
c4d8be6094
1 changed files with 2 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue