aded in key to iterator
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user