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>
|
<ul>
|
||||||
{#each $sortedDone as { thing, friend, id: friendId }}
|
{#each $sortedDone as { thing, friend, id: friendId }}
|
||||||
<li>
|
<li>
|
||||||
<strong>{friend.name || friendId.room}</strong>
|
<strong>{friend.name.toString() || friendId.room}</strong>
|
||||||
hizo
|
hizo
|
||||||
<em>{thing.description}</em>
|
<em>{thing.description}</em>
|
||||||
por
|
por
|
||||||
|
|
Loading…
Reference in a new issue