Se añadió el botón de eliminar asignatura, y se borra adecuadamente
This commit is contained in:
@@ -167,6 +167,7 @@ function RouteComponent() {
|
||||
<p className="text-sm text-neutral-700 line-clamp-3">{r.descripcion}</p>
|
||||
)}
|
||||
|
||||
{/* Tags
|
||||
{r.tags && r.tags.length > 0 && (
|
||||
<div className="flex flex-wrap gap-1.5">
|
||||
{r.tags.map((t, i) => (
|
||||
@@ -175,7 +176,7 @@ function RouteComponent() {
|
||||
</span>
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
)} */}
|
||||
|
||||
<div className="mt-auto flex items-center justify-between gap-2">
|
||||
<Button variant="ghost" size="sm" onClick={() => setViewing(r)}>
|
||||
|
||||
Reference in New Issue
Block a user