diff --git a/src/web-ui/src/app/components/NavPanel/sections/sessions/SessionsSection.tsx b/src/web-ui/src/app/components/NavPanel/sections/sessions/SessionsSection.tsx index 87f8693ec7..69f3e55d7d 100644 --- a/src/web-ui/src/app/components/NavPanel/sections/sessions/SessionsSection.tsx +++ b/src/web-ui/src/app/components/NavPanel/sections/sessions/SessionsSection.tsx @@ -1174,7 +1174,13 @@ const SessionsSection: React.FC = ({ ); } - return null; + return ( +
+
+ {t('nav.sessions.noSessions')} +
+
+ ); } return (