diff --git a/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx b/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx
index 151810981e..d0c807b587 100644
--- a/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx
+++ b/apps/frontend/app/routes/_dashboard.fitness.$entity.list.tsx
@@ -245,7 +245,16 @@ const DisplayFitnessListEntity = ({
.exhaustive(),
});
- if (!entityInformation) return ;
+ if (!entityInformation)
+ return (
+
+
+
+
+
+
+
+ );
const personalBestsAchieved =
entityInformation.summary.total?.personalBestsAchieved || 0;