Skip to content

Commit 3d5f802

Browse files
committed
[LM-46] lint error fix
1 parent db63da4 commit 3d5f802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/admin/admin-sidebar/admin-sidebar-section/admin-sidebar-section.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class AdminSidebarSectionComponent extends MenuSectionComponent implement
5151
if (!this.isDisabled) {
5252
const extras = {
5353
queryParams: this.itemModel.queryParams
54-
}
54+
};
5555
this.router.navigate(this.itemModel.link, extras);
5656
}
5757
}

0 commit comments

Comments
 (0)