Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Mar 5, 2024
1 parent c9f6cb8 commit c17e5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/UserProfile/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const UserProfile = () => {
.catch((error) => {
setError(error as ApiError)
})
}, [setBreadcrumbUserProfileDisplayName])
}, [principalName, setBreadcrumbUserProfileDisplayName])

const renderTeamNameColumn = (team: Team) => {
return (
Expand Down

0 comments on commit c17e5b7

Please sign in to comment.