Skip to content

Commit d21c5d6

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fixing lint.
1 parent 38ee97c commit d21c5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3748,7 +3748,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
37483748

37493749
if (this.pinnedColumns.indexOf(column) === -1 && this.pinnedColumns.indexOf(dropTarget) === -1) {
37503750
list = this._unpinnedColumns;
3751-
} else {
3751+
} else {
37523752
list = this._pinnedColumns;
37533753
}
37543754

0 commit comments

Comments
 (0)