mirror of
https://github.com/inventree/InvenTree.git
synced 2025-10-03 15:52:51 +00:00
Fix typo (#10400)
This commit is contained in:
@@ -487,7 +487,7 @@ export default function BuildLineTable({
|
|||||||
required = record.bom_item_detail?.quantity;
|
required = record.bom_item_detail?.quantity;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (allocated <= 7 && required <= 0) {
|
if (allocated <= 0 && required <= 0) {
|
||||||
return (
|
return (
|
||||||
<Group gap='xs' wrap='nowrap'>
|
<Group gap='xs' wrap='nowrap'>
|
||||||
<IconCircleCheck size={16} color='green' />
|
<IconCircleCheck size={16} color='green' />
|
||||||
|
Reference in New Issue
Block a user