We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101406b commit 3e41aedCopy full SHA for 3e41aed
src/components/search/index.tsx
@@ -186,7 +186,7 @@ export function Search({
186
{clickAnalytics: true, analyticsTags: ['source:documentation']}
187
)
188
.then(siteResults => {
189
- if(isDeveloperDocs) {
+ if (isDeveloperDocs) {
190
return siteResults;
191
}
192
return siteResults.map(site => {
0 commit comments