Skip to content

Commit

Permalink
update 2 files and delete 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Jun 14, 2024
1 parent aad2a52 commit 7e2db0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.rpt2_cache/
package-lock.json
/dev
.vscode
.vscode
src/utils/testdata.ts
3 changes: 0 additions & 3 deletions src/utils/compute_object_id.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/utils/compute_state_name.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/vehicle-info-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ export class VehicleCard extends LitElement {
lockAttributeStates[attribute] = attributeState;
}
});

const attributesClass = this.lockAttributesVisible ? 'sub-attributes active' : 'sub-attributes';
// Render the lock attributes
return html`
Expand Down

0 comments on commit 7e2db0f

Please sign in to comment.