Skip to content

Commit 32dbd2a

Browse files
committed
Format
1 parent eceec1a commit 32dbd2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ha-wa-dialog.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ export class HaWaDialog extends LitElement {
146146
>
147147
<slot name="headerNavigationIcon" slot="navigationIcon">
148148
<ha-icon-button
149-
data-dialog="close"
150-
.label=${this.hass?.localize("ui.common.close") ?? "Close"}
151-
.path=${mdiClose}
149+
data-dialog="close"
150+
.label=${this.hass?.localize("ui.common.close") ?? "Close"}
151+
.path=${mdiClose}
152152
></ha-icon-button>
153153
</slot>
154154
${this.headerTitle !== undefined

0 commit comments

Comments
 (0)