fix: remove malformed code and redundant imports from Dashboard.tsx
This commit is contained in:
@@ -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 }}>
|
||||
|
||||
Reference in New Issue
Block a user