diff --git a/src/components/fab/fab.ts b/src/components/fab/fab.ts index 4fb8c04..c9dc83a 100644 --- a/src/components/fab/fab.ts +++ b/src/components/fab/fab.ts @@ -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`
${this.label}
` : nothing; - return nothing; + return this.label ? html`
${this.label}
` : nothing; } protected render() { return html`