-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task #2787:- If any new session is added to a centre, all the learners at that centre should be notified about the new session #522
base: release-1.0.0
Are you sure you want to change the base?
Conversation
…s at that center should be notified about the new session.
…s at that center should be notified about the new session
src/components/SessionCard.tsx
Outdated
filters, | ||
}); | ||
const replacements = { | ||
"{sessionName}": "Home Science" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shreyas1434shinde replace this hard coded value
src/components/SessionCard.tsx
Outdated
const replacements = { | ||
"{sessionName}": "Home Science" | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shreyas1434shinde looks like duplicate code
…s at that center should be notified about the new session
…s at that center should be notified about the new session
Quality Gate passedIssues Measures |
No description provided.