Skip to content

Commit

Permalink
Devtools: Fix TelemetryView's layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kobkaz committed Apr 12, 2024
1 parent 61113a4 commit 42b261f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools-frontend/src/components/TelemetryView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@ export const TelemetryView: React.FC = () => {
</>
);
return (
<>
<div className="p-1 h-full flex-1 flex flex-col">
<nav>
{recording
? recordingMenuItemsWhenRecording
: recordingMenuItemsWhenNotRecording}
</nav>
<TelemetryViewBody />
</>
</div>
);
};

Expand Down

0 comments on commit 42b261f

Please sign in to comment.