Skip to content

Commit

Permalink
reverted fab
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 4, 2024
1 parent fa04bbe commit 3919f2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/fab/fab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ export class ZetaFab extends Flavored(BaseButton) {
@property({ type: String, reflect: true }) size: "small" | "large" = "small";

private getLabel() {
// return this.label ? html`<div class="label">${this.label}</div>` : nothing;
return nothing;
return this.label ? html`<div class="label">${this.label}</div>` : nothing;
}
protected render() {
return html`
Expand Down

0 comments on commit 3919f2d

Please sign in to comment.