Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Dec 7, 2024
1 parent 87c1301 commit f026e3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/app/src/search/SearchV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export function SearchV2(): ReactElement | false {

const [open, setOpen] = useCommandTrigger();
const domain = useAtomValue(DOMAIN_ATOM);
const isThemeSwitchEnabled = useAtomValue(THEME_SWITCH_ENABLED_ATOM);
const setTheme = useSetTheme();

const { data } = useApiRouteSWRImmutable("/api/fern-docs/search/v2/key", {
request: { headers: { "X-User-Token": userToken } },
Expand Down

0 comments on commit f026e3c

Please sign in to comment.