diff --git a/xiaoshi-device-consumables-button.js b/xiaoshi-device-consumables-button.js index c7c38ec..a2a0ea9 100644 --- a/xiaoshi-device-consumables-button.js +++ b/xiaoshi-device-consumables-button.js @@ -1896,7 +1896,7 @@ class XiaoshiConsumablesButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`; @@ -1936,7 +1936,7 @@ class XiaoshiConsumablesButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`;