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": {
return <Education />;
}
case "summary": {
return <Summary />;
}