style: eslint fix
This commit is contained in:
@@ -50,7 +50,7 @@ export class HeaderComponent implements OnInit {
|
||||
@Output() registrationEvent = new EventEmitter();
|
||||
size: 'large' | 'default';
|
||||
currentPath: string;
|
||||
noAvatarUrl = 'https://cdn.celess.cn/'
|
||||
noAvatarUrl = 'https://cdn.celess.cn/';
|
||||
|
||||
public pageList: {
|
||||
path: string;
|
||||
@@ -137,7 +137,7 @@ export class HeaderComponent implements OnInit {
|
||||
}
|
||||
|
||||
toAdminPage() {
|
||||
this.router.navigateByUrl('/admin')
|
||||
this.router.navigateByUrl('/admin');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user