Skip to content

Commit

Permalink
Merge pull request #43 from Police-Data-Accessibility-Project/348-qui…
Browse files Browse the repository at this point in the history
…cksearch-bug

Fix quick search not showing all results - v2 patch
  • Loading branch information
maxachis authored Jul 5, 2024
2 parents 8394f97 + 15489de commit 856e43f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/util/pageData.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const SEARCH_RESULTS_UI_SHAPE = [
records: [
{ type: 'Crime Maps & Reports' },
{ type: 'Crime Statistics' },
{ type: 'Media Bulletins'},
{ type: 'Records Request Info' },
{ type: 'Resources' },
{ type: 'Sex Offender Registry' },
Expand All @@ -183,4 +184,10 @@ export const SEARCH_RESULTS_UI_SHAPE = [
{ type: 'Incarceration Records' },
],
},
{
header: 'Other',
records: [
{ type: 'Other' },
]
},
];

0 comments on commit 856e43f

Please sign in to comment.