fix: correction syntaxe JSX InventairePage (fermeture map Array)

This commit is contained in:
manus-admin
2026-06-01 01:02:25 +02:00
parent ea09f631d1
commit b40300cfc6

View File

@@ -247,7 +247,7 @@ export default function InventairePage() {
<td key={i} className="px-3 py-3 text-center">
<div className="h-5 bg-dark-700 rounded animate-pulse mx-auto w-24" />
</td>
})}
))}
</tr>
))
: inventory.map((app) => {