From 41baea693e2857f30b0dfda5fcca25115020ff9e Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Wed, 4 Dec 2024 16:47:51 +0000 Subject: [PATCH] BREAKING CHANGE --- src/components/fab/fab.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/fab/fab.ts b/src/components/fab/fab.ts index c9dc83a..4fb8c04 100644 --- a/src/components/fab/fab.ts +++ b/src/components/fab/fab.ts @@ -56,7 +56,8 @@ export class ZetaFab extends Flavored(BaseButton) { @property({ type: String, reflect: true }) size: "small" | "large" = "small"; private getLabel() { - return this.label ? html`
${this.label}
` : nothing; + // return this.label ? html`
${this.label}
` : nothing; + return nothing; } protected render() { return html`