diff --git a/src/status-indicator.ts b/src/status-indicator.ts index 3030101..4886a4f 100644 --- a/src/status-indicator.ts +++ b/src/status-indicator.ts @@ -44,7 +44,7 @@ class StatusIndicator extends WebComponent { ${ /** if pulse is set, add animation keyframes */ - this.props.pulse && html` + this.props.pulse ? html` ` + : + '' }` } }