aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Identity/CurrentIdentity.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Identity/CurrentIdentity.tsx')
-rw-r--r--webui/src/components/Identity/CurrentIdentity.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Identity/CurrentIdentity.tsx b/webui/src/components/Identity/CurrentIdentity.tsx
index 1fd424c1..2d62dcdb 100644
--- a/webui/src/components/Identity/CurrentIdentity.tsx
+++ b/webui/src/components/Identity/CurrentIdentity.tsx
@@ -96,7 +96,7 @@ const CurrentIdentity = () => {
color="inherit"
className={classes.profileLink}
component={RouterLink}
- to={`/user/${user.humanId}`}
+ to={`/user/${user.id}`}
>
Open profile
</Link>