Skip to content

Commit

Permalink
fix(features/home): lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
olgahaha committed Sep 19, 2024
1 parent dbea6d3 commit c0b9166
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ export class CaptureDetailsWithIonicComponent {
defer(() =>
Browser.open({
url: getAssetProfileForNSE(
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
/* eslint-disable-next-line
@typescript-eslint/no-non-null-assertion,
@typescript-eslint/prefer-nullish-coalescing
*/
detailedCapture.parentAssetCid || detailedCapture.id!
),
toolbarColor: browserToolbarColor,
Expand Down

0 comments on commit c0b9166

Please sign in to comment.