Skip to content

Commit

Permalink
fix: replaced localstorage-key with $user_id operator
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 19, 2024
1 parent d0d4d10 commit 742aee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
modal-color="#229954">
<span
array="users"
object="{{userId}}"
object="$user_id"
key="name"
class="width:12px avatar-name"
>B</span
>
<span
array="users"
object="{{userId}}"
object="$user_id"
key="profile_image"
class="avatar-image">
<img
Expand Down

0 comments on commit 742aee8

Please sign in to comment.