Skip to content

Commit

Permalink
use title instead of item.name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodebrute committed Sep 25, 2024
1 parent b6db72d commit d6e63ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/SearchTypeMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function SearchTypeMenu({queryJSON}: SearchTypeMenuProps) {
SearchActions.clearAllFilters();
Navigation.navigate(ROUTES.SEARCH_CENTRAL_PANE.getRoute({query: item?.query ?? ''}));
},
rightComponent: <SavedSearchItemThreeDotMenu menuItems={getOverflowMenu(item.name, Number(key), item.query)} />,
rightComponent: <SavedSearchItemThreeDotMenu menuItems={getOverflowMenu(title, Number(key), item.query)} />,
styles: [styles.alignItemsCenter],
};

Expand Down

0 comments on commit d6e63ce

Please sign in to comment.