From cce020099978d48df348b1f654211963df1c951c Mon Sep 17 00:00:00 2001 From: dhaverd Date: Tue, 14 Jul 2026 10:59:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=81=D1=83=D0=BC=D0=BC=D0=B0=D1=80=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/itemList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/itemList.tsx b/app/components/itemList.tsx index d9d589d..efbbbd2 100644 --- a/app/components/itemList.tsx +++ b/app/components/itemList.tsx @@ -17,7 +17,7 @@ export default function ItemList({ isFetching, blacklistItems, showDialog }: { i
{blacklistItems.map((item) => { - let summary = item.afk + item.cheater + item.griefer + item.cheater + item.useless + item.smurf; + let summary = item.afk + item.cheater + item.griefer + item.toxic + item.useless + item.smurf; let color = 'rgb(255 255 255 / 17%)'; if (summary < 2){ color = 'rgba(48,255,0,0.1)';