Fix mispelled include parameter

closes FALCOR-204

Test Plan:
  - Load up a context card
  - It should have metrics table and last login data

Change-Id: I1539040b63b9b043949a209f00ea629db735d65f
Reviewed-on: https://gerrit.instructure.com/108831
Reviewed-by: Steven Burnett <sburnett@instructure.com>
Tested-by: Jenkins
QA-Review: Dan Sasaki <dsasaki@instructure.com>
Product-Review: Clay Diffrient <cdiffrient@instructure.com>
This commit is contained in:
Clay Diffrient 2017-04-17 13:30:45 -06:00
parent 930745fe7e
commit 3cb01d570d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ import axios from 'axios'
loadUser (studentId, courseId) { loadUser (studentId, courseId) {
const includes = [ const includes = [
'avatar_url', 'avatar_url',
'enrollements', 'enrollments',
'inactive_enrollments', 'inactive_enrollments',
'current_grading_period_scores' 'current_grading_period_scores'
]; ];