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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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