Skip to content

Commit

Permalink
Remove map refinement to just Chicago
Browse files Browse the repository at this point in the history
  • Loading branch information
EricTendian committed May 12, 2024
1 parent 2867eb7 commit 4182eda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/components/transcript-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,6 @@ export default class TranscriptSearchComponent extends Component {
}

if (this.onTranscriptMapPage) {
this.defaultRouteState[this.indexName].refinementList = {
short_name: ['chi_cpd', 'chi_cfd', 'chi_oemc'],
};
this.defaultRouteState[this.indexName].geoSearch = {
boundingBox: '42,-87.5,41.6,-87.9',
};
Expand Down

0 comments on commit 4182eda

Please sign in to comment.