Skip to content

Commit 898951a

Browse files
committed
chore: fix lint issues
1 parent 491d691 commit 898951a

File tree

1 file changed

+3
-3
lines changed
  • apify-docs-theme/src/theme/SearchBar

1 file changed

+3
-3
lines changed

apify-docs-theme/src/theme/SearchBar/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ export default function SearchBar({ onClick }) {
128128
apiKey: inkeepApiKey,
129129
organizationDisplayName: 'Apify',
130130
primaryBrandColor: '#FF9013',
131-
transformSource: (source) => {
132-
function getTabForSource(source) {
133-
if (source.url.includes('help.apify.com')) {
131+
transformSource: (src) => {
132+
function getTabForSource(src) {
133+
if (src.url.includes('help.apify.com')) {
134134
return 'Help';
135135
}
136136
return 'Docs';

0 commit comments

Comments
 (0)