fix: remove malformed code and redundant imports from Dashboard.tsx

This commit is contained in:
2026-02-21 02:34:33 +01:00
parent 59244e2b54
commit 0b1bd727e6

View File

@@ -510,10 +510,6 @@ const AccountRow: React.FC<{
</Button>
)}
import VerifiedUserIcon from '@mui/icons-material/VerifiedUser';
// ... (inside AccountRow)
{/* Scraper Auth Button - Controls the optional cooldown tracking */}
<Tooltip title={account.steamLoginSecure && !account.authError ? "Session valid - Tracking active" : (account.steamLoginSecure ? "Refresh scraper session" : "Authenticate for cooldown tracking")}>
<Box sx={{ display: 'flex', alignItems: 'center', gap: 0.5 }}>