From 854b9f62b0600f16e8db43aa1f2978770175e58c Mon Sep 17 00:00:00 2001 From: swve Date: Sun, 13 Nov 2022 22:33:56 +0100 Subject: [PATCH] fix: use user_id for avatar shape --- front/components/auth/HeaderProfileBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/components/auth/HeaderProfileBox.tsx b/front/components/auth/HeaderProfileBox.tsx index 1d2f969e..952c4540 100644 --- a/front/components/auth/HeaderProfileBox.tsx +++ b/front/components/auth/HeaderProfileBox.tsx @@ -30,7 +30,7 @@ export const HeaderProfileBox = () => {
{auth.userInfo.username}
- +
)}