Remove rendered brackets
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user