Merged PR 1113: updated pdf for tenants array
updated pdf for tenants array Related work items: #10708
This commit is contained in:
@@ -464,12 +464,19 @@ export const AppealRow_pdf = (props) => {
|
||||
marginBottom: 10,
|
||||
}}
|
||||
>
|
||||
{props.props[
|
||||
{props.props.hasOwnProperty(
|
||||
datafieldname[0].value
|
||||
].map((tenant, index) => {
|
||||
) &&
|
||||
props.props[
|
||||
datafieldname[0]
|
||||
.value
|
||||
].map(
|
||||
(tenant, index) => {
|
||||
return (
|
||||
<View
|
||||
key={index}
|
||||
key={
|
||||
index
|
||||
}
|
||||
style={{
|
||||
flexDirection:
|
||||
"row",
|
||||
@@ -501,7 +508,8 @@ export const AppealRow_pdf = (props) => {
|
||||
</Text>
|
||||
</View>
|
||||
);
|
||||
})}
|
||||
}
|
||||
)}
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user