diff --git a/src/features/global-search/screens/SearchAll.tsx b/src/features/global-search/screens/SearchAll.tsx
index 04be97ef..1ff4bcd4 100644
--- a/src/features/global-search/screens/SearchAll.tsx
+++ b/src/features/global-search/screens/SearchAll.tsx
@@ -362,7 +362,6 @@ export const SearchAll = ({
>
{hasPinnedSources && (
<>
- (
}
variant={shouldShowOnlyPinnedSources ? 'contained' : 'outlined'}
@@ -399,7 +398,6 @@ export const SearchAll = ({
>
{t`All`}
- )
>
)}