diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index ca3447e97..6fc41300c 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -137,7 +137,6 @@ export default function App() { message={FETCH_ERROR_MESSAGE} openModal={ isErrorHealth || - !healthData || (healthData && Object.values(healthData).some((value) => value !== "ok")) }