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)';