21098 update rep pdfs remove further details
This commit is contained in:
@@ -242,29 +242,6 @@ export const finalComments_pdf = ({ docProps }) => {
|
|||||||
{values.representationCapacity}
|
{values.representationCapacity}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View
|
|
||||||
wrap={false}
|
|
||||||
style={{
|
|
||||||
flexDirection: "row",
|
|
||||||
marginBottom: 10,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Text style={styles.questionBullet}>3.</Text>
|
|
||||||
<Text style={styles.questionText}>
|
|
||||||
{getTrans(
|
|
||||||
docProps.locale,
|
|
||||||
"statement-representation-capacity-details-label"
|
|
||||||
)}
|
|
||||||
:
|
|
||||||
</Text>
|
|
||||||
<Text style={styles.questionAnswer}>
|
|
||||||
<Html style={styles.richArea}>
|
|
||||||
{CleanHTML(
|
|
||||||
values.conditional_representationCapacity_Comments
|
|
||||||
) || "N/A"}
|
|
||||||
</Html>
|
|
||||||
</Text>
|
|
||||||
</View>
|
|
||||||
<View
|
<View
|
||||||
wrap={false}
|
wrap={false}
|
||||||
style={{
|
style={{
|
||||||
@@ -279,7 +256,7 @@ export const finalComments_pdf = ({ docProps }) => {
|
|||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text style={styles.questionBullet}>4.</Text>
|
<Text style={styles.questionBullet}>3.</Text>
|
||||||
<Text style={styles.questionText}>
|
<Text style={styles.questionText}>
|
||||||
{getTrans(
|
{getTrans(
|
||||||
docProps.locale,
|
docProps.locale,
|
||||||
@@ -297,7 +274,7 @@ export const finalComments_pdf = ({ docProps }) => {
|
|||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text style={styles.questionBullet}>5.</Text>
|
<Text style={styles.questionBullet}>4.</Text>
|
||||||
<Text style={styles.questionText}>
|
<Text style={styles.questionText}>
|
||||||
{getTrans(
|
{getTrans(
|
||||||
docProps.locale,
|
docProps.locale,
|
||||||
|
|||||||
@@ -242,29 +242,6 @@ export const statement_pdf = ({ docProps }) => {
|
|||||||
{values.representationCapacity}
|
{values.representationCapacity}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View
|
|
||||||
wrap={false}
|
|
||||||
style={{
|
|
||||||
flexDirection: "row",
|
|
||||||
marginBottom: 10,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Text style={styles.questionBullet}>3.</Text>
|
|
||||||
<Text style={styles.questionText}>
|
|
||||||
{getTrans(
|
|
||||||
docProps.locale,
|
|
||||||
"statement-representation-capacity-details-label"
|
|
||||||
)}
|
|
||||||
:
|
|
||||||
</Text>
|
|
||||||
<Text style={styles.questionAnswer}>
|
|
||||||
<Html style={styles.richArea}>
|
|
||||||
{CleanHTML(
|
|
||||||
values.conditional_representationCapacity_Comments
|
|
||||||
) || "N/A"}
|
|
||||||
</Html>
|
|
||||||
</Text>
|
|
||||||
</View>
|
|
||||||
<View
|
<View
|
||||||
wrap={false}
|
wrap={false}
|
||||||
style={{
|
style={{
|
||||||
@@ -279,7 +256,7 @@ export const statement_pdf = ({ docProps }) => {
|
|||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text style={styles.questionBullet}>4.</Text>
|
<Text style={styles.questionBullet}>3.</Text>
|
||||||
<Text style={styles.questionText}>
|
<Text style={styles.questionText}>
|
||||||
{getTrans(
|
{getTrans(
|
||||||
docProps.locale,
|
docProps.locale,
|
||||||
@@ -297,7 +274,7 @@ export const statement_pdf = ({ docProps }) => {
|
|||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text style={styles.questionBullet}>5.</Text>
|
<Text style={styles.questionBullet}>4.</Text>
|
||||||
<Text style={styles.questionText}>
|
<Text style={styles.questionText}>
|
||||||
{getTrans(
|
{getTrans(
|
||||||
docProps.locale,
|
docProps.locale,
|
||||||
|
|||||||
Reference in New Issue
Block a user