fix: 🐛
This commit is contained in:
parent
a1285fe44d
commit
d189d51e26
5 changed files with 34 additions and 11 deletions
|
|
@ -63,7 +63,7 @@ const MuteListPage = forwardRef(({ index }: { index?: number }, ref) => {
|
|||
title={t("username's muted", { username: profile.username })}
|
||||
displayScrollToTopButton
|
||||
>
|
||||
<div className="space-y-2 px-4">
|
||||
<div className="space-y-2 px-4 pt-2">
|
||||
{visibleMutePubkeys.map((pubkey, index) => (
|
||||
<UserItem key={`${index}-${pubkey}`} pubkey={pubkey} />
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue