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[
datafieldname[0].value
].map((tenant) => {
].map((tenant, index) => {
return (
<View
key={index}
style={{
flexDirection:
"row",