Skip to content

Commit 6842630

Browse files
committed
fix(app-sidebar): missing semicolon
1 parent 79efc67 commit 6842630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: projects/coreui/angular/src/lib/sidebar/app-sidebar.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class AppSidebarComponent implements OnInit, OnDestroy {
4545
}
4646

4747
fixedPosition(fixed: boolean): void {
48-
console.warn('fixedPosition() is deprecated, use isFixed() instead')
48+
console.warn('deprecated fixedPosition(), use isFixed() instead');
4949
if (this.fixed) { document.querySelector('body').classList.add('sidebar-fixed'); }
5050
}
5151

0 commit comments

Comments
 (0)