We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3895469 commit 83f2312Copy full SHA for 83f2312
1 file changed
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.ts
@@ -243,7 +243,7 @@ function createHierarchicalComparator(
243
let currentGroup: GroupNode = groups;
244
let diffIndex = -1;
245
246
- for (let i = 0; i < minLen; i++) {
+ for (let i = 0; i < minLen; i += 1) {
247
if (a[i] !== b[i]) {
248
diffIndex = i;
249
break;
0 commit comments