diff --git a/src/pages/UserProfile/UserProfile.tsx b/src/pages/UserProfile/UserProfile.tsx index 5fa015c8..37c1c3b7 100644 --- a/src/pages/UserProfile/UserProfile.tsx +++ b/src/pages/UserProfile/UserProfile.tsx @@ -57,7 +57,7 @@ const UserProfile = () => { .catch((error) => { setError(error as ApiError) }) - }, [setBreadcrumbUserProfileDisplayName]) + }, [principalName, setBreadcrumbUserProfileDisplayName]) const renderTeamNameColumn = (team: Team) => { return (