forked from PolarisPyra/daphnis
added two more eslint disables
This commit is contained in:
parent
59a691f673
commit
bd11022484
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user