Skeleton: Use writable store for pbUser object
This commit is contained in:
@ -310,7 +310,7 @@
|
||||
|
||||
<div
|
||||
class="card ml-1 mt-2 w-full min-w-12 overflow-hidden py-2 shadow lg:ml-2 lg:min-w-40
|
||||
{pbUser && pbUser.username === user.username ? 'bg-primary-300' : ''}"
|
||||
{$pbUser && $pbUser.username === user.username ? 'bg-primary-300' : ''}"
|
||||
>
|
||||
<!-- Avatar + name display at the top -->
|
||||
<div class="mx-auto flex h-10 w-fit">
|
||||
|
||||
Reference in New Issue
Block a user