diff --git a/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html b/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html
index e8d116154f2..8bbca2a5316 100644
--- a/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html
+++ b/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html
@@ -19,7 +19,7 @@
-
- {{ selectionLabel() }} / {{ frameCount() }} -
+{{ selectionLabel() }} / {{ frameCount() }}
- + -There's no information to show.
} + @if (hasFrames()) {Select a bar to preview a particular change detection cycle.
+} @else if (hasFrames() && frame) {Select a bar to preview a particular change detection cycle.
-} @else if (hasFrames() && frame) {