Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: integrate useAuth hook in user profile view
Updated user-profile-view to use the useAuth hook for better state management and clean up the useLazyProfile hook usage. - Imported useAuth hook to manage selectedProfile state. - Removed redundant data fetching from useLazyProfile hook.
- Loading branch information