mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
release: v3.6.9
This commit is contained in:
@@ -53,7 +53,7 @@ export const getSectionById = (id: string, Section: React.FC<SectionProps>): JSX
|
||||
// Check if section id is a predefined seciton in config
|
||||
const predefinedSection = get(sectionMap(Section), id);
|
||||
|
||||
if(predefinedSection) {
|
||||
if (predefinedSection) {
|
||||
return predefinedSection;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user