mostrar nombre correctamente
This commit is contained in:
parent
7e51128145
commit
a8ad7054f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue