Skip to content

Commit

Permalink
fix private contact info in PDF is not inline
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-hackin committed Feb 22, 2023
1 parent 6066ec4 commit db51e5b
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

0 comments on commit db51e5b

Please sign in to comment.