-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: adding different warning message for groups #1415
Conversation
src/components/LearnerActivityTable/LearnerActivityTable.test.jsx
Outdated
Show resolved
Hide resolved
src/components/LearnerActivityTable/LearnerActivityTable.test.jsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1415 +/- ##
==========================================
+ Coverage 86.43% 86.45% +0.01%
==========================================
Files 660 660
Lines 14889 14897 +8
Branches 3100 3164 +64
==========================================
+ Hits 12870 12879 +9
+ Misses 1950 1946 -4
- Partials 69 72 +3 ☔ View full report in Codecov by Sentry. |
59de310
to
be68f87
Compare
@@ -122,7 +122,6 @@ class LearnerActivityTable extends React.Component { | |||
|
|||
render() { | |||
const { activity, id } = this.props; | |||
|
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.
nit: unnecessary whitespace change
Jira ticket
For all changes
Only if submitting a visual change