Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Sep 9, 2024
1 parent 3b639e7 commit 1e6abaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/core/base-elements/action-base-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export abstract class SbbActionBaseElement extends LitElement {
}

/** Default render method for button-like components. */

protected override render(): TemplateResult {
return html`
<span class="sbb-action-base ${this.localName ?? getLocalName(this)}">
Expand Down

0 comments on commit 1e6abaa

Please sign in to comment.