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