Skip to content

Commit

Permalink
Merge pull request #9 from justin-hackin/inline-pdf-private-info
Browse files Browse the repository at this point in the history
fix private contact info in PDF is not inline
  • Loading branch information
justin-hackin authored Feb 22, 2023
2 parents 058b1fa + db51e5b commit ed03a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PDF/PDF.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const PDF: React.FC<CMSData> = (props) => {
<Text>&nbsp;{personalInformation.attributes.location}</Text>
</View>
{privateInformation?.map((privateField) => (
<View key={privateField.slug}>
<View key={privateField.slug} style={styles.flexRowAlignStart}>
<Text style={styles.bold}>
{privateField.attributes.label}:&nbsp;
</Text>
Expand Down

1 comment on commit ed03a5c

@vercel
Copy link

@vercel vercel bot commented on ed03a5c Feb 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.