Skip to content

Commit b271bdf

Browse files
authored
Merge pull request #61952 from Expensify/marco-fix3dotMenu
2 parents 1af42e2 + 6f46e19 commit b271bdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useSearchTypeMenu.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export default function useSearchTypeMenu(queryJSON: SearchQueryJSON, searchName
170170
iconWidth: variables.iconSizeNormal,
171171
iconHeight: variables.iconSizeNormal,
172172
shouldIconUseAutoWidthStyle: false,
173+
shouldShowRightComponent: true,
173174
hash: key,
174175
};
175176
});

0 commit comments

Comments
 (0)