remove tricky codes

This commit is contained in:
Ren Amamiya
2023-05-03 16:29:39 +07:00
parent 0721bd52dd
commit 648b0fc4e8
5 changed files with 33 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ export default function ChannelBlackList({ blacklist }: { blacklist: any }) {
</p>
</div>
</div>
<div className="px-3 pb-3 pt-1">
<div className="flex flex-col gap-2 px-3 pb-3 pt-1">
{blacklist.map((item: any) => (
<MutedItem key={item.id} data={item} />
))}