Skip to content

Commit

Permalink
fix: localstorage-key replaced with operatopr $user_id
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 19, 2024
1 parent 87643e9 commit 8aadd39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<a class="avatar round" href="/admin/signin.html">
<span
array="users"
object="{{userId}}"
object="$user_id"
key="name"
class="avatar-name">
<i
Expand All @@ -129,7 +129,7 @@
<span class="avatar-image">
<img
array="users"
object="{{userId}}"
object="$user_id"
key="avatar"
onerror="this.style.display='none'"
width="40px" />
Expand All @@ -138,7 +138,7 @@
<div
class="avatar-status"
array="users"
object="{{userId}}"
object="$user_id"
user-status="{'name':'status'}"></div>
</div>
</div>
Expand Down

0 comments on commit 8aadd39

Please # to comment.