@@ -262,7 +262,7 @@ export const SearchAll: React.FC = () => {
|
|||||||
isNsfw: showNsfw ? undefined : false,
|
isNsfw: showNsfw ? undefined : false,
|
||||||
languages: shownLangs,
|
languages: shownLangs,
|
||||||
keepLocalSource: true,
|
keepLocalSource: true,
|
||||||
pinned: shouldShowOnlyPinnedSources,
|
pinned: shouldShowOnlyPinnedSources ? true : undefined,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
}),
|
}),
|
||||||
[sources, shownLangs, shouldShowOnlyPinnedSources],
|
[sources, shownLangs, shouldShowOnlyPinnedSources],
|
||||||
|
|||||||
Reference in New Issue
Block a user