Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Apr 2, 2024
1 parent eaa71ae commit a53c385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class LitDevRippleIconButton extends LitElement {
aria-live=${this.live ? this.live : nothing}
aria-label=${this.label ? this.label : nothing}
aria-haspopup=${this.haspopup ? this.haspopup : nothing}
aria-describedby=${this.describedby ? "ripple" : nothing}
aria-describedby=${this.describedby ? 'ripple' : nothing}
aria-expanded=${this.expanded ? this.expanded : nothing}
aria-controls=${this.controls ? this.controls : nothing}
?disabled=${this.disabled}
Expand Down

0 comments on commit a53c385

Please sign in to comment.