From 9a2dda49cbb7f34e7b3309835bd81542bd511b62 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 9 May 2023 20:21:16 -0300 Subject: [PATCH] =?UTF-8?q?usar=20id=20cuando=20est=C3=A1=20haciendo=20alg?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/Others/FriendDoing.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Others/FriendDoing.svelte b/src/lib/Others/FriendDoing.svelte index bbaf31b..8cf9c5e 100644 --- a/src/lib/Others/FriendDoing.svelte +++ b/src/lib/Others/FriendDoing.svelte @@ -14,7 +14,7 @@ {#if $friendStore.doing.length > 0}
  • - {$friendStore.name || id.room} + {$friendStore.name.toString() || id.room} {#each $friendStore.doing as d, i} {#if i !== 0} y {/if} {d.description}