diff --git a/xiaoshi-device-todo-button.js b/xiaoshi-device-todo-button.js index c182d78..507f6be 100644 --- a/xiaoshi-device-todo-button.js +++ b/xiaoshi-device-todo-button.js @@ -1663,7 +1663,7 @@ class XiaoshiTodoButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`; @@ -1703,7 +1703,7 @@ class XiaoshiTodoButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`;