Skip to content

Commit 9c301a4

Browse files
committed
chore(*): fixing lint errors
1 parent bc2a55a commit 9c301a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/hierarchical-grid/hierarchical-grid-sample-both-sides-pinning/hierarchical-grid-both-sides-pinning.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
IgxDropDownItemComponent,
1919
IgxButtonDirective,
2020
IgxToggleActionDirective,
21-
IgxDropDownItemNavigationDirective,
21+
IgxDropDownItemNavigationDirective
2222
} from "igniteui-angular";
2323
import { employeesData } from "../../data/employeesData";
2424
import { athletesData } from "../../data/athletesData";
@@ -48,8 +48,8 @@ import { DatePipe } from "@angular/common";
4848
IgxDropDownItemComponent,
4949
IgxButtonDirective,
5050
IgxToggleActionDirective,
51-
IgxDropDownItemNavigationDirective,
52-
],
51+
IgxDropDownItemNavigationDirective
52+
]
5353
})
5454
export class HierarchicalGridBothSidePinningSampleComponent implements OnInit {
5555
@ViewChild("grid1", { static: true })

0 commit comments

Comments
 (0)