Skip to content

Commit 1075946

Browse files
newbishtevnull
andauthored
fix: remove inert production filter chip (#24)
Co-authored-by: Rick <rick@tevpro.com>
1 parent 5e0b98b commit 1075946

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/dashboard/src/routes/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
ArrowUpRight,
99
Bot,
1010
CalendarRange,
11-
ChartNoAxesCombined,
1211
RefreshCcw,
1312
Search,
1413
} from 'lucide-react'
@@ -98,10 +97,6 @@ function Home() {
9897
onChange={setSelectedProjectIds}
9998
selectedProjectIds={selectedProjectIds}
10099
/>
101-
<button className="toolbar-chip" type="button">
102-
<ChartNoAxesCombined className="size-4" />
103-
{activeSnapshot.headline.environment}
104-
</button>
105100
<div className="toolbar-chip toolbar-chip-wide gap-3 pr-3">
106101
<CalendarRange className="size-4" />
107102
<Select

0 commit comments

Comments
 (0)