diff --git a/static/app/components/events/interfaces/performance/spanEvidence.tsx b/static/app/components/events/interfaces/performance/spanEvidence.tsx index 8c2413b52178a0..f902c37da1a442 100644 --- a/static/app/components/events/interfaces/performance/spanEvidence.tsx +++ b/static/app/components/events/interfaces/performance/spanEvidence.tsx @@ -21,7 +21,7 @@ interface Props { projectSlug: string; } -function SpanEvidenceInteriumSection({ +function SpanEvidenceInterimSection({ children, event, organization, @@ -76,7 +76,7 @@ export function SpanEvidenceSection({event, organization, projectSlug}: Props) { const traceId = event.contexts.trace?.trace_id; return ( - )} - + ); }