From 52be30eef50c498226a49a6e8463ab4914ff4a1b Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 26 Sep 2025 12:17:51 +1000 Subject: [PATCH] Fix typo (#10400) --- src/frontend/src/tables/build/BuildLineTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/tables/build/BuildLineTable.tsx b/src/frontend/src/tables/build/BuildLineTable.tsx index 817457f969..034df6d0c3 100644 --- a/src/frontend/src/tables/build/BuildLineTable.tsx +++ b/src/frontend/src/tables/build/BuildLineTable.tsx @@ -487,7 +487,7 @@ export default function BuildLineTable({ required = record.bom_item_detail?.quantity; } - if (allocated <= 7 && required <= 0) { + if (allocated <= 0 && required <= 0) { return (