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})}