Skip to content

Commit

Permalink
Fixing bug where moving from /teammedlemmer/{userId} to a new userId …
Browse files Browse the repository at this point in the history
…does not load new userId data (#76)
  • Loading branch information
ssb-jnk authored Mar 5, 2024
1 parent c9f6cb8 commit 5f40dc3
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 5f40dc3

Please sign in to comment.