fix: correction syntaxe JSX InventairePage (fermeture map Array)

This commit is contained in:
manus-admin
2026-06-01 01:02:34 +02:00
parent 312ce634b9
commit 249dee2e5a

View File

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