Skip to content

Commit 45c8473

Browse files
authored
fix(span-evidence): Fix typo in SpanEvidenceInterimSection (#102907)
1 parent 2575556 commit 45c8473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/app/components/events/interfaces/performance/spanEvidence.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface Props {
2121
projectSlug: string;
2222
}
2323

24-
function SpanEvidenceInteriumSection({
24+
function SpanEvidenceInterimSection({
2525
children,
2626
event,
2727
organization,
@@ -76,7 +76,7 @@ export function SpanEvidenceSection({event, organization, projectSlug}: Props) {
7676

7777
const traceId = event.contexts.trace?.trace_id;
7878
return (
79-
<SpanEvidenceInteriumSection
79+
<SpanEvidenceInterimSection
8080
event={event}
8181
organization={organization}
8282
projectSlug={projectSlug}
@@ -89,6 +89,6 @@ export function SpanEvidenceSection({event, organization, projectSlug}: Props) {
8989
traceId={traceId}
9090
/>
9191
)}
92-
</SpanEvidenceInteriumSection>
92+
</SpanEvidenceInterimSection>
9393
);
9494
}

0 commit comments

Comments
 (0)