We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81d84d7 + 04a32a6 commit d719349Copy full SHA for d719349
1 file changed
src/pages/Search/SearchTypeMenu.tsx
@@ -238,7 +238,7 @@ function SearchTypeMenu({queryJSON}: SearchTypeMenuProps) {
238
const previousItemCount = typeMenuSections.slice(0, sectionIndex).reduce((acc, sec) => acc + sec.menuItems.length, 0);
239
const flattenedIndex = previousItemCount + itemIndex;
240
const focused = activeItemIndex === flattenedIndex;
241
- const shouldShowTooltip = item.translationPath === 'common.expenseReports' && !focused && shouldShowExpenseReportsTypeTooltip;
+ const shouldShowTooltip = item.translationPath === 'common.reports' && !focused && shouldShowExpenseReportsTypeTooltip;
242
243
const onPress = singleExecution(() => {
244
if (shouldShowTooltip) {
0 commit comments