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
style={
styles.questionAnswerWide
}
style={styles.questionAnswerMid}
>
{formatDate(
props.props[
@@ -341,7 +339,7 @@ export const AppealRow_pdf = (props) => {
<Html style={styles.richArea}>
{props.props[
datafieldname[0].value
] || ""}{" "}
] || ""}
</Html>
</View>
</View>