chore(admin-ui): add key for gift-cards table cells map fn (#6154)

This commit is contained in:
@@ -184,7 +184,7 @@ const GiftCardTable = () => {
|
|||||||
className="group"
|
className="group"
|
||||||
>
|
>
|
||||||
{row.cells.map((cell, index) => {
|
{row.cells.map((cell, index) => {
|
||||||
return cell.render("Cell", { index })
|
return cell.render("Cell", { index, key: index })
|
||||||
})}
|
})}
|
||||||
</Table.Row>
|
</Table.Row>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user