remove comma in html elements

This commit is contained in:
2024-12-12 14:09:13 +00:00
parent bfd25b72f5
commit e608a3e55e
+2 -4
View File
@@ -196,9 +196,7 @@ export const AppealRow_pdf = (props) => {
</Text> </Text>
<Text <Text
style={ style={styles.questionAnswerMid}
styles.questionAnswerWide
}
> >
{formatDate( {formatDate(
props.props[ props.props[
@@ -341,7 +339,7 @@ export const AppealRow_pdf = (props) => {
<Html style={styles.richArea}> <Html style={styles.richArea}>
{props.props[ {props.props[
datafieldname[0].value datafieldname[0].value
] || ""}{" "} ] || ""}
</Html> </Html>
</View> </View>
</View> </View>