Se corrige advertencia ESLint
This commit is contained in:
@@ -116,7 +116,7 @@ function MateriaCardItem({
|
|||||||
onClick: () => void
|
onClick: () => void
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div
|
<button
|
||||||
draggable
|
draggable
|
||||||
onDragStart={(e) => onDragStart(e, materia.id)}
|
onDragStart={(e) => onDragStart(e, materia.id)}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
@@ -149,7 +149,7 @@ function MateriaCardItem({
|
|||||||
className="text-slate-300 opacity-0 transition-opacity group-hover:opacity-100"
|
className="text-slate-300 opacity-0 transition-opacity group-hover:opacity-100"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</button>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user