diff --git a/src/pages/mentorship/ad-hoc-timeline.tsx b/src/pages/mentorship/ad-hoc-timeline.tsx
index cb9190e..77bedc3 100644
--- a/src/pages/mentorship/ad-hoc-timeline.tsx
+++ b/src/pages/mentorship/ad-hoc-timeline.tsx
@@ -85,8 +85,8 @@ const MentorshipAdHocTimelinePage = ({ data, footer }: CombinedResponse) => {
))}
- {footer && }
+ {footer && }
>
);
};
diff --git a/src/pages/mentorship/long-term-timeline.tsx b/src/pages/mentorship/long-term-timeline.tsx
index b70a693..b86d70f 100644
--- a/src/pages/mentorship/long-term-timeline.tsx
+++ b/src/pages/mentorship/long-term-timeline.tsx
@@ -84,9 +84,8 @@ const MentorshipLongTermTimelinePage = ({ data, footer }: CombinedResponse) => {
))}
-
- {footer && }
+ {footer && }
>
);
};