Skip to content

Commit

Permalink
rm code
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jun 4, 2024
1 parent 6c17c47 commit 3ac547f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/pages/Search/SearchFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ function SearchFilters({query}: SearchFiltersProps) {
icon: Expensicons.Send,
route: ROUTES.SEARCH.getRoute(CONST.TAB_SEARCH.SHARED),
},
// {
// title: translate('common.drafts'),
// query: CONST.TAB_SEARCH.DRAFTS,
// icon: Expensicons.Pencil,
// route: ROUTES.SEARCH.getRoute(CONST.TAB_SEARCH.DRAFTS),
// },
// {
// title: translate('common.finished'),
// query: CONST.TAB_SEARCH.FINISHED,
// icon: Expensicons.CheckCircle,
// route: ROUTES.SEARCH.getRoute(CONST.TAB_SEARCH.FINISHED),
// },
];
const activeItemIndex = filterItems.findIndex((item) => item.query === query);

Expand Down

0 comments on commit 3ac547f

Please sign in to comment.