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