mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 00:11:14 -05:00
Remove debug console logs
This commit is contained in:
@@ -76,7 +76,6 @@ export function AuthButtons() {
|
||||
src={profile?.avatar_url || undefined}
|
||||
alt={profile?.display_name || profile?.username || user.email || 'User avatar'}
|
||||
onError={(e) => {
|
||||
console.warn('[Avatar] Failed to load image:', profile?.avatar_url);
|
||||
e.currentTarget.src = ''; // Force fallback
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user