Skip to content

Commit 4d8050c

Browse files
Fix typo: change 'inddex' to 'index' in integrationList.js (#1292)
1 parent 9fde4b2 commit 4d8050c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

landing-pages/src/js/integrationList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function handleIntegration() {
7878
.then((integrations) => {
7979
integrations = shuffle(integrations);
8080
integrations.sort(sortByLogoAvailability);
81-
integrations.forEach((i, index) => i.inddex = index);
81+
integrations.forEach((i, index) => i.index = index);
8282
return Promise.resolve(integrations);
8383
});
8484
fetchIntegrationRequest = request;

0 commit comments

Comments
 (0)