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
+3 -6
View File
@@ -348,12 +348,9 @@ export const AppealRow_pdf = (props) => {
}
>
<Html style={styles.richArea}>
{
props.props[
datafieldname[0]
.value
]
}{" "}
{props.props[
datafieldname[0].value
] || ""}{" "}
</Html>
</View>
</View>