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