usar id cuando está haciendo algo
This commit is contained in:
parent
a8ad7054f1
commit
9a2dda49cb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
{#if $friendStore.doing.length > 0}
|
{#if $friendStore.doing.length > 0}
|
||||||
<li>
|
<li>
|
||||||
<strong>{$friendStore.name || id.room}</strong>
|
<strong>{$friendStore.name.toString() || id.room}</strong>
|
||||||
{#each $friendStore.doing as d, i}
|
{#each $friendStore.doing as d, i}
|
||||||
{#if i !== 0} y {/if}
|
{#if i !== 0} y {/if}
|
||||||
{d.description}
|
{d.description}
|
||||||
|
|
Loading…
Reference in a new issue