Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
guicurcio committed Nov 25, 2023
1 parent 1dd58c2 commit 070f6a0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import useToggle from "ui/hooks/useToggle";
import mergeClasses from "utils/mergeClasses";
import { nhost } from "lib/setupBackendConfig";
import useSWR from "swr";
// eslint-disable-next-line no-restricted-imports
import triggerInteraction from "../../../../utils/triggerInteraction";
import { isArray } from "@apollo/client/utilities";
/**
Expand Down Expand Up @@ -90,7 +91,7 @@ export default function ContentInteraction({
);
const user = nhost.auth.getUser();

const [isToggled, setIsToggled] = useToggle(false);
const [isToggled] = useToggle(false);

return (
<div>
Expand Down

0 comments on commit 070f6a0

Please sign in to comment.