Skip to content

Commit 9efd110

Browse files
committed
less diff noise
1 parent 87aaa74 commit 9efd110

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/search/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,9 @@ export function Search({
175175
inputQuery,
176176
{
177177
path,
178-
platforms: currentSearchPlatforms.map(platform => {
179-
const slug = standardSDKSlug(platform)?.slug ?? '';
180-
return slug;
181-
}),
178+
platforms: currentSearchPlatforms.map(
179+
platform => standardSDKSlug(platform)?.slug ?? ''
180+
),
182181
searchAllIndexes: showOffsiteResults,
183182
...args,
184183
},

0 commit comments

Comments
 (0)