From 8b139eba4e81aba27d215456e970556a044ca586 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Thu, 16 Oct 2025 07:39:39 +0200 Subject: [PATCH] =?UTF-8?q?Oprava=20zobrazen=C3=AD=20tooltipu=20p=C5=99i?= =?UTF-8?q?=20hoveru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index ff656d1..237eb9c 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -525,8 +525,8 @@ function App() { const trusted = userPayload?.trusted || false; return - {trusted && - + {trusted && + } {login} {userPayload.departureTime && ({userPayload.departureTime})}