Skip to content

Commit

Permalink
cleanup debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
levg34 committed Nov 1, 2023
1 parent 23b4e37 commit 2703944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/CV.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default (cv: CurriculumVitae) => (
<h2>
{index()} {title()}
</h2>
<p>{key}</p>
<Dynamic component={sections[key] ?? sections.fallback} {...cv[key]} />
</Card>
)}
Expand Down

0 comments on commit 2703944

Please sign in to comment.