added in key for iterator
This commit is contained in:
@@ -466,9 +466,10 @@ export const AppealRow_pdf = (props) => {
|
|||||||
>
|
>
|
||||||
{props.props[
|
{props.props[
|
||||||
datafieldname[0].value
|
datafieldname[0].value
|
||||||
].map((tenant) => {
|
].map((tenant, index) => {
|
||||||
return (
|
return (
|
||||||
<View
|
<View
|
||||||
|
key={index}
|
||||||
style={{
|
style={{
|
||||||
flexDirection:
|
flexDirection:
|
||||||
"row",
|
"row",
|
||||||
|
|||||||
Reference in New Issue
Block a user