diff --git a/src/components/SessionCard.tsx b/src/components/SessionCard.tsx index 443c66c3..9918609c 100644 --- a/src/components/SessionCard.tsx +++ b/src/components/SessionCard.tsx @@ -89,7 +89,7 @@ const SessionsCard: React.FC = ({ sx={{ border: `1px solid ${theme.palette.warning['A100']}`, borderRadius: '8px', - marginBottom: '16px', + marginBottom: '25px', }} > { > {t('COMMON.UPCOMING_EXTRA_SESSION', { days: eventDaysLimit })} - - + + + {extraSessions?.map((item) => ( - + <> + - + + ))} - + + + {extraSessions && extraSessions?.length === 0 && (