usar id cuando está haciendo algo

This commit is contained in:
Cat /dev/Nulo 2023-05-09 20:21:16 -03:00
parent a8ad7054f1
commit 9a2dda49cb

View file

@ -14,7 +14,7 @@
{#if $friendStore.doing.length > 0}
<li>
<strong>{$friendStore.name || id.room}</strong>
<strong>{$friendStore.name.toString() || id.room}</strong>
{#each $friendStore.doing as d, i}
{#if i !== 0} y {/if}
{d.description}