Skip to content

Commit c0b9166

Browse files
committed
fix(features/home): lint error
1 parent dbea6d3 commit c0b9166

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/features/home/details/capture-details-with-ionic/capture-details-with-ionic.component.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ export class CaptureDetailsWithIonicComponent {
102102
defer(() =>
103103
Browser.open({
104104
url: getAssetProfileForNSE(
105-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
105+
/* eslint-disable-next-line
106+
@typescript-eslint/no-non-null-assertion,
107+
@typescript-eslint/prefer-nullish-coalescing
108+
*/
106109
detailedCapture.parentAssetCid || detailedCapture.id!
107110
),
108111
toolbarColor: browserToolbarColor,

0 commit comments

Comments
 (0)