Spaces:
Building
Building
Commit ·
de765ce
1
Parent(s): 3c1bdb2
UI: align table columns with anchors
Browse files- src/App.jsx +1 -3
src/App.jsx
CHANGED
|
@@ -30,10 +30,8 @@ const TABLE_ANCHORS = [
|
|
| 30 |
|
| 31 |
const TABLE_COLUMNS = [
|
| 32 |
{ key: "item_number", label: "Item Number" },
|
| 33 |
-
{ key: "lot_number", label: "Lot Number" },
|
| 34 |
{ key: "description", label: "Description" },
|
| 35 |
{ key: "qty", label: "Qty" },
|
| 36 |
-
{ key: "price", label: "Price" },
|
| 37 |
];
|
| 38 |
|
| 39 |
/** ---------- normalization helpers ---------- */
|
|
@@ -1112,4 +1110,4 @@ export default function App() {
|
|
| 1112 |
</div>
|
| 1113 |
</div>
|
| 1114 |
);
|
| 1115 |
-
}
|
|
|
|
| 30 |
|
| 31 |
const TABLE_COLUMNS = [
|
| 32 |
{ key: "item_number", label: "Item Number" },
|
|
|
|
| 33 |
{ key: "description", label: "Description" },
|
| 34 |
{ key: "qty", label: "Qty" },
|
|
|
|
| 35 |
];
|
| 36 |
|
| 37 |
/** ---------- normalization helpers ---------- */
|
|
|
|
| 1110 |
</div>
|
| 1111 |
</div>
|
| 1112 |
);
|
| 1113 |
+
}
|