From 9b29a44429bd5d4f13e0e6edd296f5d2e1babbea Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 24 Feb 2026 10:48:44 +0100 Subject: [PATCH] fix(get-section-component): display titles for summary-type custom sections (#2744) --- src/components/resume/shared/get-section-component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/resume/shared/get-section-component.tsx b/src/components/resume/shared/get-section-component.tsx index 3c4aec670..71b3c9a97 100644 --- a/src/components/resume/shared/get-section-component.tsx +++ b/src/components/resume/shared/get-section-component.tsx @@ -174,7 +174,7 @@ export function getSectionComponent( return (
- {customSection.type !== "summary" && customSection.type !== "cover-letter" && ( + {customSection.type !== "cover-letter" && (
{customSection.title}
)}