error checking on pdf
This commit is contained in:
@@ -226,9 +226,8 @@ export const finalComments_pdf = ({ docProps }) => {
|
||||
</Text>
|
||||
<Text style={styles.questionAnswer}>
|
||||
<Html style={styles.richArea}>
|
||||
{
|
||||
values.conditional_representationCapacity_Comments
|
||||
}
|
||||
{values.conditional_representationCapacity_Comments ||
|
||||
""}
|
||||
</Html>
|
||||
</Text>
|
||||
</View>
|
||||
@@ -319,7 +318,7 @@ export const finalComments_pdf = ({ docProps }) => {
|
||||
</View>
|
||||
<View style={styles.questionAnswerWide}>
|
||||
<Html style={styles.richArea}>
|
||||
{values.representationComments}
|
||||
{values.representationComments || ""}
|
||||
</Html>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user