Skip to content

Commit 2651884

Browse files
committed
a
1 parent 00cda58 commit 2651884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/app/components/ApiIntegrationComponent/ApiIntegrationComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const ScraperContainer = ({ scrapers }: { scrapers: any[] }) => {
5555
const ApiIntegrationComponent = () => {
5656
// @ts-ignore
5757
const scrapers = window.scrapers
58-
if (!scrapers || scrapers.length ===0) {
58+
if (!scrapers || scrapers.length === 0) {
5959
return <EmptyScraper />
6060
}
6161

0 commit comments

Comments
 (0)