mostrar nombre correctamente

This commit is contained in:
Cat /dev/Nulo 2023-05-09 08:48:17 -03:00
parent 7e51128145
commit a8ad7054f1

View file

@ -30,7 +30,7 @@
<ul>
{#each $sortedDone as { thing, friend, id: friendId }}
<li>
<strong>{friend.name || friendId.room}</strong>
<strong>{friend.name.toString() || friendId.room}</strong>
hizo
<em>{thing.description}</em>
por