fix: correction syntaxe JSX InventairePage (fermeture map Array)
This commit is contained in:
parent
312ce634b9
commit
249dee2e5a
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue