diff options
Diffstat (limited to 'src/view/shell/desktop/Search.tsx')
-rw-r--r-- | src/view/shell/desktop/Search.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/Search.tsx b/src/view/shell/desktop/Search.tsx index f899431b6..6201f828f 100644 --- a/src/view/shell/desktop/Search.tsx +++ b/src/view/shell/desktop/Search.tsx @@ -42,6 +42,7 @@ export function SearchResultCard({ return ( <Link + testID={`searchAutoCompleteResult-${profile.handle}`} href={makeProfileLink(profile)} title={profile.handle} asAnchor |