Skip to content

Commit 0642e91

Browse files
committed
chore(*): fixing the lint error
1 parent 5924250 commit 0642e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-summary.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ fdescribe('IgxGrid - Summaries #grid', () => {
983983
GridSummaryFunctions.verifySummaryCellActive(fix, 3, 0);
984984

985985
const summaryRow = GridSummaryFunctions.getSummaryRowByDataRowIndex(fix, 3);
986-
let summaryCell = GridSummaryFunctions.getSummaryCellByVisibleIndex(summaryRow, 0);
986+
const summaryCell = GridSummaryFunctions.getSummaryCellByVisibleIndex(summaryRow, 0);
987987
GridFunctions.simulateGridContentKeydown(fix, 'ArrowDown');
988988
fix.detectChanges();
989989

0 commit comments

Comments
 (0)