fix: correction syntaxe JSX InventairePage (fermeture map Array)
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user