From 37c01753c93465a7089f5b24de7513e4a217dbde Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 21 Nov 2022 02:21:54 +0100 Subject: [PATCH] fix(frontend): change User.username in Navigation --- frontend/components/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Navigation.tsx b/frontend/components/Navigation.tsx index d68c69f..2d9d1fe 100644 --- a/frontend/components/Navigation.tsx +++ b/frontend/components/Navigation.tsx @@ -56,7 +56,7 @@ export default function Navigation() { const nav = user ? ( <> - @{user.username} + @{user.name} Settings Log out