diff --git a/src/Homepage.jsx b/src/Homepage.jsx
index f1257678..7d882544 100644
--- a/src/Homepage.jsx
+++ b/src/Homepage.jsx
@@ -151,7 +151,6 @@ function App() {
- {profiles.length === 0 && searching ?
: renderProfiles()}
{combinedData.length > 0 && (
)}
+ {profiles.length === 0 && searching ?
: renderProfiles()}
{/* */}
diff --git a/src/components/AchievementJourney/IndividualJourney.js b/src/components/AchievementJourney/IndividualJourney.js
index 908ea444..b5b9dce0 100644
--- a/src/components/AchievementJourney/IndividualJourney.js
+++ b/src/components/AchievementJourney/IndividualJourney.js
@@ -62,7 +62,6 @@ const AchieverJourneyPage = () => {
-
{/* Journey Sections */}
{[
@@ -149,7 +148,6 @@ const AchieverJourneyPage = () => {
))}
-
{/* Tips for Success */}
Tips for Success
@@ -177,7 +175,6 @@ const AchieverJourneyPage = () => {
Inspiration & Guidance
-
{achieverData.inspirationAndGuidance.roadmaps.map((roadmap, index) => (