uat defect - pdf failing to be generated
This commit is contained in:
@@ -489,6 +489,13 @@ export const AppealRow_pdf = (props) => {
|
|||||||
{props.props.hasOwnProperty(
|
{props.props.hasOwnProperty(
|
||||||
datafieldname[0].value
|
datafieldname[0].value
|
||||||
) &&
|
) &&
|
||||||
|
props.props[
|
||||||
|
datafieldname[0].value
|
||||||
|
] == null ? (
|
||||||
|
<View>
|
||||||
|
<Text>N/A</Text>
|
||||||
|
</View>
|
||||||
|
) : (
|
||||||
props.props[
|
props.props[
|
||||||
datafieldname[0]
|
datafieldname[0]
|
||||||
.value
|
.value
|
||||||
@@ -535,7 +542,8 @@ export const AppealRow_pdf = (props) => {
|
|||||||
""
|
""
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
)}
|
)
|
||||||
|
)}
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user