diff --git a/static/app/components/structuredEventData/recursiveStructuredData.tsx b/static/app/components/structuredEventData/recursiveStructuredData.tsx index 89ae29dcee78..f34e7580b875 100644 --- a/static/app/components/structuredEventData/recursiveStructuredData.tsx +++ b/static/app/components/structuredEventData/recursiveStructuredData.tsx @@ -57,20 +57,11 @@ export function RecursiveStructuredData({ ); - function Wrapper({children}: {children: React.ReactNode}) { - return ( - - {formattedObjectKey} - {children} - - ); - } - if (config?.isNull?.(value) || value === null) { const nullValue = config?.renderNull?.(value) ?? String(value); return ( - + + + + {'"'} + + + + {prefix} + {children} + + ); +} + const ValueNull = styled('span')` font-weight: ${p => p.theme.font.weight.sans.medium}; color: var(--prism-property);