Skip to content

Commit

Permalink
allow three filtered lines
Browse files Browse the repository at this point in the history
  • Loading branch information
indraneel committed Feb 27, 2024
1 parent f867d50 commit 4163dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/ContextPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function ContextPane({
}
setSelectedRoutes(newRoutes);
}}
disabled={selectedRoutes.length > 1 && !selectedRoutes
disabled={selectedRoutes.length > 2 && !selectedRoutes
.map(r => r.routeServiced)
.includes(route_serviced)}
checked={selectedRoutes
Expand Down

0 comments on commit 4163dc9

Please sign in to comment.