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}
)}