Merged PR 1067: aded in key to iterator
aded in key to iterator Related work items: #9494
This commit is contained in:
@@ -424,7 +424,7 @@ export const AppealRow_pdf = (props) => {
|
||||
}
|
||||
>
|
||||
{blobList.map((blob, i) => (
|
||||
<Text>
|
||||
<Text key={i}>
|
||||
{blob.name} -{" "}
|
||||
{bytesToSize(
|
||||
blob.contentLength
|
||||
|
||||
Reference in New Issue
Block a user