updated naming convention meta and pdf fixes
This commit is contained in:
@@ -270,7 +270,7 @@ export const statement_pdf = ({ docProps }) => {
|
||||
:
|
||||
</Text>
|
||||
<Text style={styles.questionAnswer}>
|
||||
{appealTypeValue.value}
|
||||
{appealTypeValue.value || ""}
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
@@ -315,7 +315,7 @@ export const statement_pdf = ({ docProps }) => {
|
||||
</View>
|
||||
<View style={styles.questionAnswerWide}>
|
||||
<Html style={styles.richArea}>
|
||||
{values.representationComments}
|
||||
{values.representationComments || ""}
|
||||
</Html>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user