diff options
author | cdfzo <cdfzo@pm.me> | 2024-03-19 22:32:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 14:32:59 -0700 |
commit | 43be4f7d3d39894c5145ab1d75fe695c96c98c13 (patch) | |
tree | f2662a41cc9a00673e0baecf6708e76c7645aac7 /src | |
parent | 89709949ab4c48afd37ca9502c4847d4b2e6412e (diff) | |
download | voidsky-43be4f7d3d39894c5145ab1d75fe695c96c98c13.tar.zst |
Fix typo in tagMenuSearchByUser (#3181)
Diffstat (limited to 'src')
-rw-r--r-- | src/components/TagMenu/index.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TagMenu/index.web.tsx b/src/components/TagMenu/index.web.tsx index b2f5c9075..433622386 100644 --- a/src/components/TagMenu/index.web.tsx +++ b/src/components/TagMenu/index.web.tsx @@ -87,7 +87,7 @@ export function TagMenu({ author: authorHandle, }) }, - testID: 'tagMenuSeachByUser', + testID: 'tagMenuSearchByUser', icon: { ios: { name: 'magnifyingglass', |