@@ -163,7 +163,7 @@ class Admin extends React.Component {
163163 defaultMessage : 'Top Active Learners' ,
164164 description : 'Report subtitle for learners active in the past week' ,
165165 } ) ,
166- component : < LearnerActivityTable id = "learners-active-week" activity = "active_past_week" /> ,
166+ component : < LearnerActivityTable key = "learners-active-week" id = "learners-active-week" activity = "active_past_week" /> ,
167167 csvFetchMethod : ( ) => (
168168 EnterpriseDataApiService . fetchCourseEnrollments (
169169 enterpriseId ,
@@ -184,7 +184,7 @@ class Admin extends React.Component {
184184 defaultMessage : 'Not Active in Past Week' ,
185185 description : 'Report subtitle for learners inactive in the past week' ,
186186 } ) ,
187- component : < LearnerActivityTable id = "learners-inactive-week" activity = "inactive_past_week" /> ,
187+ component : < LearnerActivityTable key = "learners-inactive-week" id = "learners-inactive-week" activity = "inactive_past_week" /> ,
188188 csvFetchMethod : ( ) => (
189189 EnterpriseDataApiService . fetchCourseEnrollments (
190190 enterpriseId ,
@@ -205,7 +205,7 @@ class Admin extends React.Component {
205205 defaultMessage : 'Not Active in Past Month' ,
206206 description : 'Report subtitle for learners inactive in the past month' ,
207207 } ) ,
208- component : < LearnerActivityTable id = "learners-inactive-month" activity = "inactive_past_month" /> ,
208+ component : < LearnerActivityTable key = "learners-inactive-month" id = "learners-inactive-month" activity = "inactive_past_month" /> ,
209209 csvFetchMethod : ( ) => (
210210 EnterpriseDataApiService . fetchCourseEnrollments (
211211 enterpriseId ,
0 commit comments