mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-05 09:00:11 +00:00
Fix ALL the eslint warnings (#23165)
* Fix many lint warnings * Fix ALL lint warnings * small fix * type fixes
This commit is contained in:
@@ -19,7 +19,7 @@ class HaNavigationList extends LitElement {
|
||||
|
||||
@property({ attribute: false }) public pages!: PageNavigation[];
|
||||
|
||||
@property({ type: Boolean }) public hasSecondary = false;
|
||||
@property({ attribute: false, type: Boolean }) public hasSecondary = false;
|
||||
|
||||
@property() public label?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user