added two more eslint disables

This commit is contained in:
Polaris 2024-07-14 17:51:10 -04:00
parent 59a691f673
commit bd11022484

View File

@ -150,7 +150,9 @@ export const columns: ColumnDef<chunithm>[] = [
header: () => <div className="text-left pl-2">More</div>,
cell: ({ row }) => {
const song = row.original;
// eslint-disable-next-line react-hooks/rules-of-hooks
const [error, setError] = useState<string>("");
// eslint-disable-next-line react-hooks/rules-of-hooks
const router = useRouter();
const handleGenerateShareToken = async () => {