Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jun 26, 2024
1 parent d3f959d commit 4eb5699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function Search({query, policyIDs, sortBy, sortOrder}: SearchProps) {
const isSortingAllowed = sortableSearchTabs.includes(query);

const shouldShowYear = SearchUtils.shouldShowYear(searchResults?.data);
console.log('over here', sortedData)

return (
<SelectionList<ReportListItemType | TransactionListItemType>
customListHeader={
Expand Down

0 comments on commit 4eb5699

Please sign in to comment.