From 2c81ffffaaee816f271b1bfe488e64d0288050fc Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Nov 2025 16:09:01 +0900 Subject: fix(frontend): Don't discard GraphQL error --- frontend/src/components/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/Navigation.tsx') diff --git a/frontend/src/components/Navigation.tsx b/frontend/src/components/Navigation.tsx index 6ae493f..4d41d32 100644 --- a/frontend/src/components/Navigation.tsx +++ b/frontend/src/components/Navigation.tsx @@ -34,7 +34,7 @@ export function Navigation() { type="button" onClick={handleLogout} className="flex items-center space-x-2 text-gray-600 hover:text-gray-900" - title={`Logout (${user.username})`} + title="Logout" > Logout -- cgit v1.2.3-70-g09d2