Remove rendered brackets

This commit is contained in:
schroda
2026-05-02 21:35:25 +02:00
parent 60e087d79a
commit bc38076898

View File

@@ -362,7 +362,6 @@ export const SearchAll = ({
>
{hasPinnedSources && (
<>
(
<Button
startIcon={<PushPinIcon />}
variant={shouldShowOnlyPinnedSources ? 'contained' : 'outlined'}
@@ -399,7 +398,6 @@ export const SearchAll = ({
>
{t`All`}
</Button>
)
</>
)}
<Button