From 2fb84fb93d2952ca5bd898305ce323942402605f Mon Sep 17 00:00:00 2001 From: chrisk325 Date: Sat, 14 Mar 2026 23:25:16 +0530 Subject: [PATCH] fix edge case people search and AI catalogs --- src/components/search/AddonSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search/AddonSection.tsx b/src/components/search/AddonSection.tsx index d2506cb0..c272b763 100644 --- a/src/components/search/AddonSection.tsx +++ b/src/components/search/AddonSection.tsx @@ -68,7 +68,7 @@ export const AddonSection = React.memo(({ {/* Addon Header */} - {addonGroup.addonName} + {(addonGroup as any).sectionName || addonGroup.addonName}