diff --git a/src/components/elements/ScheduleSessionCard.js b/src/components/elements/ScheduleSessionCard.js
index d78babb..3211f76 100644
--- a/src/components/elements/ScheduleSessionCard.js
+++ b/src/components/elements/ScheduleSessionCard.js
@@ -40,7 +40,7 @@ export const ScheduleSessionCard = ({ timeSlot, session, sessionIndex }) => {
{sessionDetails?.title || 'Session Title'}
- {sessionDetails?.shortDescription || sessionDetails?.description}
+ {sessionDetails?.shortDescription || sessionDetails?.description}
{/* Add the icon */}
@@ -54,7 +54,7 @@ export const ScheduleSessionCard = ({ timeSlot, session, sessionIndex }) => {
{timeSlot.icon === 'PiCoffee' &&
}
-
+ {speakers?.length > 0 && }
{speakers?.map((speaker, speakerIndex) => (