remove comma in html elements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user