diff --git a/src/components/quotes/LocationDetailPanel.tsx b/src/components/quotes/LocationDetailPanel.tsx index 4744931e..7ec0f74d 100644 --- a/src/components/quotes/LocationDetailPanel.tsx +++ b/src/components/quotes/LocationDetailPanel.tsx @@ -769,7 +769,6 @@ export function LocationDetailPanel({ open={itemSearchOpen} onOpenChange={setItemSearchOpen} tabLabel={detailTabs.find((t) => t.value === activeTab)?.label} - bomCategory={activeTab !== "etc" ? activeTab : undefined} onSelectItem={async (item) => { if (!location) return;