Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya committed Dec 13, 2024
1 parent 1df9a89 commit c059227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Handle errors gracefully
- Fixed document capture not hidden when `hide_attribution` is specified
- Cancel button on the selfie capture instructions screen will now be hidden when back button is hidden
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,7 @@ class SelfieCaptureInstructions extends HTMLElement {
}

static get observedAttributes() {
return [
'show-navigation',
];
return ['show-navigation'];
}
}

Expand Down

0 comments on commit c059227

Please sign in to comment.