Skip to content

Commit

Permalink
Update TraceWaterfallList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ccschmitz committed Apr 30, 2024
1 parent 17e9806 commit 3734f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Traces/TraceWaterfallList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const TraceWaterfallList: React.FC = () => {
alignItems="center"
height="full"
style={{
minHeight: 100,
minHeight: ROW_HEIGHT,
}}
>
<Text>No spans match search query</Text>
Expand Down

0 comments on commit 3734f6f

Please sign in to comment.