Skip to content

Commit 3e41aed

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 101406b commit 3e41aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function Search({
186186
{clickAnalytics: true, analyticsTags: ['source:documentation']}
187187
)
188188
.then(siteResults => {
189-
if(isDeveloperDocs) {
189+
if (isDeveloperDocs) {
190190
return siteResults;
191191
}
192192
return siteResults.map(site => {

0 commit comments

Comments
 (0)