aded in key to iterator

This commit is contained in:
2024-01-23 13:25:41 +00:00
parent 5f317cdef5
commit 6e4287b591
+1 -1
View File
@@ -424,7 +424,7 @@ export const AppealRow_pdf = (props) => {
} }
> >
{blobList.map((blob, i) => ( {blobList.map((blob, i) => (
<Text> <Text key={i}>
{blob.name} -{" "} {blob.name} -{" "}
{bytesToSize( {bytesToSize(
blob.contentLength blob.contentLength