From 87370cfdf0399ea1b96f16767a9b60b4f207f961 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 18 Oct 2025 22:30:51 +0200 Subject: [PATCH] Apply suggestion from @AmruthPillai --- apps/artboard/src/templates/gengar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index 69650c55..b1948c45 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -531,6 +531,7 @@ const mapSectionToComponent = (section: SectionKey) => { case "education": { return ; } + case "summary": { return ; }