Skeleton: Fix error in pbUser store access

This commit is contained in:
2025-03-18 12:14:45 +01:00
parent 8a79da8d8b
commit 8250378da4

View File

@ -489,7 +489,7 @@
</Button>
</div>
</div>
{:else if $drawerStore.id === "profile_drawer" && pbUser}
{:else if $drawerStore.id === "profile_drawer" && $pbUser}
<!-- Profile Drawer -->
<!-- Profile Drawer -->
<!-- Profile Drawer -->