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"
|
||||
>
|
||||
{row.cells.map((cell, index) => {
|
||||
return cell.render("Cell", { index })
|
||||
return cell.render("Cell", { index, key: index })
|
||||
})}
|
||||
</Table.Row>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user