mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
fix missing key issue in badge section
This commit is contained in:
@@ -59,7 +59,10 @@ export function PageDetail({
|
||||
<Space />
|
||||
{detail}
|
||||
<Group justify="right" gap="xs" wrap="nowrap">
|
||||
{badges}
|
||||
{badges &&
|
||||
badges.map((badge, idx) => (
|
||||
<Fragment key={idx}>{badge}</Fragment>
|
||||
))}
|
||||
</Group>
|
||||
<Space />
|
||||
{actions && (
|
||||
|
Reference in New Issue
Block a user