Skip to content

Commit ab57861

Browse files
committed
moved key to grid instead of card
1 parent 9bc7231 commit ab57861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/metadata/DisplayListenerMetadata.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export const DisplayListenerMetadata = (props: MetadataType) => {
111111
{metadataList.map((metadata, idx) => {
112112
if (metadata.agent.listener !== null) {
113113
return (
114-
<Grid item xs={12}>
115-
<Card key={idx}>
114+
<Grid item xs={12} key={idx}>
115+
<Card>
116116
<CardContent>
117117
<ListenerMetadataEntry
118118
agent={metadata.agent}

0 commit comments

Comments
 (0)