mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 14:51:12 -05:00
Fix: Resolve TypeScript errors in settings components
This commit is contained in:
@@ -94,7 +94,7 @@ export function AuthButtons() {
|
||||
<Trophy className="mr-2 h-4 w-4" />
|
||||
<span>My Lists</span>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem onClick={() => navigate('/profile#settings')}>
|
||||
<DropdownMenuItem onClick={() => navigate('/settings')}>
|
||||
<Settings className="mr-2 h-4 w-4" />
|
||||
<span>Settings</span>
|
||||
</DropdownMenuItem>
|
||||
|
||||
Reference in New Issue
Block a user