diff --git a/static/app/views/performance/newTraceDetails/index.tsx b/static/app/views/performance/newTraceDetails/index.tsx
index bed554dd2dbcb7..38899346f7a76e 100644
--- a/static/app/views/performance/newTraceDetails/index.tsx
+++ b/static/app/views/performance/newTraceDetails/index.tsx
@@ -74,14 +74,12 @@ export default function TraceView() {
return (
-
-
-
-
-
+
+
+
);
}
@@ -193,7 +191,9 @@ function TraceViewImpl({traceSlug}: {traceSlug: string}) {
) : null}
{currentTab === TraceLayoutTabKeys.METRICS ? (
-
+
+
+
) : null}
{currentTab === TraceLayoutTabKeys.SUMMARY ? (