From 0b1bd727e6fc5462f6593c9d4d098adbb458e379 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Sat, 21 Feb 2026 02:34:33 +0100 Subject: [PATCH] fix: remove malformed code and redundant imports from Dashboard.tsx --- frontend/src/pages/Dashboard.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index f88643a..5ec57ae 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -510,10 +510,6 @@ const AccountRow: React.FC<{ )} -import VerifiedUserIcon from '@mui/icons-material/VerifiedUser'; - -// ... (inside AccountRow) - {/* Scraper Auth Button - Controls the optional cooldown tracking */}