Skip to content

Commit

Permalink
fix: Remove non-reachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Aug 22, 2023
1 parent ebba122 commit ce6a0de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/webui/ui/src/components/LeftDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,6 @@ export default function LeftDrawer(props: {
<FilterBar onFilterChange={props.context.setFilters}/>
</>
break;
case 'results':
header = <
>
<Typography variant='h1'>
Result Tree
</Typography>
<FilterBar onFilterChange={props.context.setFilters}/>
</>
break;
}

return (
Expand Down

0 comments on commit ce6a0de

Please sign in to comment.