Skip to content

Commit

Permalink
Fix blockinfo name
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Nov 12, 2024
1 parent 0f9e3b0 commit d0f0010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/rooms/components/BlockInfo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<div in:fly="{{ y: 50 }}" out:fly="{{ y: -50 }}" class="card">
<div >
<p>{user.name}</p>
<p>{$rooms.ban.name}</p>
<br>
<FillButton
red="{true}"
Expand Down

0 comments on commit d0f0010

Please sign in to comment.