error checking on pdf

This commit is contained in:
2024-05-13 16:52:25 +01:00
parent c94e61196a
commit 62e8179e3a
6 changed files with 61 additions and 73 deletions
+2 -3
View File
@@ -224,9 +224,8 @@ export const statement_pdf = ({ docProps }) => {
</Text>
<Text style={styles.questionAnswer}>
<Html style={styles.richArea}>
{
values.conditional_representationCapacity_Comments
}
{values.conditional_representationCapacity_Comments ||
""}
</Html>
</Text>
</View>