Merged PR 1067: aded in key to iterator

aded in key to iterator

Related work items: #9494
This commit is contained in:
Robert Bond
2024-01-23 13:26:26 +00:00
+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