mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
it works
This commit is contained in:
@@ -43,6 +43,7 @@ function Inventory() {
|
||||
<tbody>
|
||||
{data.map((data) => (
|
||||
<tr key={data.id}>
|
||||
<td>{data.id}</td>
|
||||
<td>{data.brand}</td>
|
||||
<td>{data.name}</td>
|
||||
<td>{data.status}</td>
|
||||
|
||||
Reference in New Issue
Block a user