Skip to content

Commit 7141d96

Browse files
committed
chore: run linter
1 parent 898951a commit 7141d96

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function SearchBar({ onClick }) {
128128
apiKey: inkeepApiKey,
129129
organizationDisplayName: 'Apify',
130130
primaryBrandColor: '#FF9013',
131-
transformSource: (src) => {
131+
transformSource: (source) => {
132132
function getTabForSource(src) {
133133
if (src.url.includes('help.apify.com')) {
134134
return 'Help';

0 commit comments

Comments
 (0)