added in key for iterator

This commit is contained in:
2024-03-20 13:44:31 +00:00
parent 1bde89454f
commit 50e97f2d84
+2 -1
View File
@@ -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",