Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Geywitz <[email protected]>
  • Loading branch information
rbott and geigi committed Aug 5, 2022
1 parent 0141f3f commit 806fe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/contexts/SearchBarContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default createContext<SearchBarContextProps>({
toggleVisibility: () => {
throw new Error("Not implemented");
},
setVisible: (boolean) => {
setVisible: () => {
throw new Error("Not implemented");
},
});

0 comments on commit 806fe93

Please sign in to comment.