fix: ReferenceError sectionCategories → section.categories в renderMultiSelectTabWithSections
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1565,7 +1565,7 @@ function renderMultiSelectTabWithSections(sections) {
|
|||||||
|
|
||||||
// Get cart items for this section
|
// Get cart items for this section
|
||||||
const sectionItems = tabItems.filter(item => {
|
const sectionItems = tabItems.filter(item => {
|
||||||
return sectionCategories.some(c => ciStr(c) === ciStr(item.category));
|
return section.categories.some(c => ciStr(c) === ciStr(item.category));
|
||||||
});
|
});
|
||||||
|
|
||||||
// Section header
|
// Section header
|
||||||
|
|||||||
Reference in New Issue
Block a user