diff options
Diffstat (limited to 'pages/user.tsx')
-rw-r--r-- | pages/user.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/user.tsx b/pages/user.tsx index 8d4fb8d..c963550 100644 --- a/pages/user.tsx +++ b/pages/user.tsx @@ -136,7 +136,7 @@ export default function AccountPage() { <CenteredPage width={802}> <PageTitle>Profiel</PageTitle> <Vierkant fullwidth> - <AccountAvatar size={128} dummy/> + <AccountAvatar size={128} id={user?.id || ""}/> <div style={{ display: "inline-block", verticalAlign: "top", |