Skip to content

Commit

Permalink
remove harcoded sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Dec 17, 2023
1 parent a4bb930 commit d912c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/generator/form/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import getTemplateData from '../../../lib/templates'


async function generateResume(formData: FormValues): Promise<string> {
const { texDoc, opts } = getTemplateData({...formData, sections: ['profile']})
const { texDoc, opts } = getTemplateData(formData)
return latex(texDoc, opts)
}

Expand Down

0 comments on commit d912c77

Please sign in to comment.