Apply suggestion from @AmruthPillai

This commit is contained in:
Amruth Pillai
2025-10-18 22:30:51 +02:00
committed by GitHub
parent 2de24d5b55
commit 87370cfdf0

View File

@ -531,6 +531,7 @@ const mapSectionToComponent = (section: SectionKey) => {
case "education": { case "education": {
return <Education />; return <Education />;
} }
case "summary": { case "summary": {
return <Summary />; return <Summary />;
} }