about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorcdfzo <cdfzo@pm.me>2024-03-19 22:32:59 +0100
committerGitHub <noreply@github.com>2024-03-19 14:32:59 -0700
commit43be4f7d3d39894c5145ab1d75fe695c96c98c13 (patch)
treef2662a41cc9a00673e0baecf6708e76c7645aac7 /src
parent89709949ab4c48afd37ca9502c4847d4b2e6412e (diff)
downloadvoidsky-43be4f7d3d39894c5145ab1d75fe695c96c98c13.tar.zst
Fix typo in tagMenuSearchByUser (#3181)
Diffstat (limited to 'src')
-rw-r--r--src/components/TagMenu/index.web.tsx2
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',