mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Conditionally add extra divider in integration card overflow menu (#13468)
This commit is contained in:
parent
ca91f71d2e
commit
89c6fa7383
@ -367,9 +367,12 @@ export class HaIntegrationCard extends LitElement {
|
||||
</mwc-list-item>
|
||||
</a>`
|
||||
: ""}
|
||||
|
||||
<li divider role="separator"></li>
|
||||
|
||||
${this.manifest &&
|
||||
(this.manifest.is_built_in ||
|
||||
this.manifest.issue_tracker ||
|
||||
this.manifest.documentation)
|
||||
? html`<li divider role="separator"></li>`
|
||||
: ""}
|
||||
${this.manifest
|
||||
? html` <a
|
||||
href=${this.manifest.is_built_in
|
||||
|
Loading…
x
Reference in New Issue
Block a user