);
if (!isLoggedIn()) {
diff --git a/src/components/HomePage/QuranGrowthJourneySection/CollapsibleSection/LearningPlans/index.tsx b/src/components/HomePage/QuranGrowthJourneySection/CollapsibleSection/LearningPlans/index.tsx
index 664ce1cb83..aed1a4be87 100644
--- a/src/components/HomePage/QuranGrowthJourneySection/CollapsibleSection/LearningPlans/index.tsx
+++ b/src/components/HomePage/QuranGrowthJourneySection/CollapsibleSection/LearningPlans/index.tsx
@@ -28,11 +28,7 @@ const LearningPlans = () => {
* If we are loading, or if we have an error, or if we have no data, we show the message
*/
if ((isValidating && !data) || error || (data?.count ?? 0) === 0) {
- return (
-