refactor: small code format change
This commit is contained in:
parent
88560c2137
commit
e4b5e50b25
1 changed files with 1 additions and 2 deletions
|
|
@ -19,8 +19,7 @@ class StatusIndicator extends WebComponent {
|
||||||
|
|
||||||
get template(): any {
|
get template(): any {
|
||||||
return html`
|
return html`
|
||||||
<div
|
<div style=${{
|
||||||
style=${{
|
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue