added eslint rule for colums
This commit is contained in:
@ -33,6 +33,7 @@ export const columns: ColumnDef<chunithm>[] = [
|
|||||||
return (
|
return (
|
||||||
<div className="font-medium w-[200px] truncate">
|
<div className="font-medium w-[200px] truncate">
|
||||||
{jacketPath && (
|
{jacketPath && (
|
||||||
|
// eslint-disable-next-line @next/next/no-img-element
|
||||||
<img
|
<img
|
||||||
src={`/jackets/${jacketPath}`}
|
src={`/jackets/${jacketPath}`}
|
||||||
alt="Jacket"
|
alt="Jacket"
|
||||||
|
Reference in New Issue
Block a user