From ce7c8551be09571c78a5375dc68fae4b7e754ab3 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Fri, 26 Jun 2026 10:49:35 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20ReferenceError=20sectionCategories=20?= =?UTF-8?q?=E2=86=92=20section.categories=20=D0=B2=20renderMultiSelectTabW?= =?UTF-8?q?ithSections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- web/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/index.html b/web/templates/index.html index e433d3d..8f13fae 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1565,7 +1565,7 @@ function renderMultiSelectTabWithSections(sections) { // Get cart items for this section 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