From 61337abb7786de8999368739905ede33883bdbfb Mon Sep 17 00:00:00 2001 From: bupd Date: Sat, 23 Nov 2024 21:44:18 +0530 Subject: [PATCH] fix: lint Signed-off-by: bupd --- .../base/harbor-shell/harbor-shell.component.spec.ts | 3 +-- .../components/navigator/navigator.component.html | 8 ++++++-- src/portal/src/app/shared/entities/shared.const.ts | 10 +++++----- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/portal/src/app/base/harbor-shell/harbor-shell.component.spec.ts b/src/portal/src/app/base/harbor-shell/harbor-shell.component.spec.ts index 305827e5f31..b90e9d344ee 100644 --- a/src/portal/src/app/base/harbor-shell/harbor-shell.component.spec.ts +++ b/src/portal/src/app/base/harbor-shell/harbor-shell.component.spec.ts @@ -159,8 +159,7 @@ describe('HarborShellComponent', () => { modalFlag: false, }); await fixture.whenStable(); - const dropdowns = - fixture.nativeElement.querySelector('.dropdowns'); + const dropdowns = fixture.nativeElement.querySelector('.dropdowns'); expect(dropdowns).toBeTruthy(); }); it('should open users changPwd', async () => { diff --git a/src/portal/src/app/shared/components/navigator/navigator.component.html b/src/portal/src/app/shared/components/navigator/navigator.component.html index 72e66347862..c8424557583 100644 --- a/src/portal/src/app/shared/components/navigator/navigator.component.html +++ b/src/portal/src/app/shared/components/navigator/navigator.component.html @@ -18,7 +18,9 @@
- +