From 7c2128696030840fdde389ce2ff8622708b58f6a Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 20 Jan 2026 19:09:23 +0100 Subject: [PATCH] mobile test2 #deploy --- src/components/app/Main.tsx | 5 +---- src/components/dashboard/Dashboard.tsx | 2 +- src/features/event/components/EventFormInline.tsx | 2 +- src/features/event/components/EventWizard.tsx | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/components/app/Main.tsx b/src/components/app/Main.tsx index bbf6a07..211004d 100644 --- a/src/components/app/Main.tsx +++ b/src/components/app/Main.tsx @@ -16,7 +16,7 @@ const MainShell: React.FC = () => { }; }, [resetHeader]); - const { user, logout } = useAuth(); + const { logout } = useAuth(); const navigate = useNavigate(); const [hasActiveEvent, setHasActiveEvent] = useState(false); // header is already available above @@ -108,9 +108,6 @@ const MainShell: React.FC = () => {
-
- Hallo, {user?.name?.split(' ')[0] || 'Benutzer'} -
{showForm && ( @@ -58,7 +58,7 @@ const EventWizard: React.FC = ({ onComplete, onBackToOverview, <> - Zurück zur Übersicht + Zurück zum Dashboard {showForm && (