mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Fix lint
This commit is contained in:
parent
4aa55cb9f4
commit
d48d7870fd
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
</label>
|
</label>
|
||||||
{#if maxCount}
|
{#if maxCount}
|
||||||
<div class:bx--label={true} class:bx--label--disabled={disabled}>
|
<div class:bx--label={true} class:bx--label--disabled={disabled}>
|
||||||
{((value ?? '').length)}/{maxCount}
|
{(value ?? "").length}/{maxCount}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue