Skip to content

Commit

Permalink
Merge branch 'release-1.0.0' of github.com:tekdi/teachers-app into bo…
Browse files Browse the repository at this point in the history
…ardEnrollment
  • Loading branch information
shreyas1434shinde committed Sep 30, 2024
2 parents 80b34c1 + 1636c81 commit b91ca46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/SessionCardFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ const SessionCardFooter: React.FC<SessionCardFooterProps> = ({
);
} else if (!topicList || topicList.length === 0) {
showToastMessage(
t('CENTER_SESSION.COURSE_PLANNER_NOT_AVAILABLE'),
t('CENTER_SESSION.COURSE_PLANNER_NOT_AVAILABLE', {
subject: item?.metadata?.subject,
}),
'error'
);
}
Expand Down

0 comments on commit b91ca46

Please sign in to comment.