fix: 🐛

This commit is contained in:
codytseng 2025-09-01 22:31:32 +08:00
parent a1285fe44d
commit d189d51e26
5 changed files with 34 additions and 11 deletions

View file

@ -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} />
))}