Skip to content

Commit

Permalink
handle offerings instead of times
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Sep 23, 2018
1 parent aee89ec commit 7525abb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function getRowHeight(
let course = items[itemIndex]
let courseRows = 2

let hasTimes = course.times && course.times.length
let hasTimes = course.offerings && course.offerings.length
let hasSubtitle =
course.name &&
course.title &&
Expand Down

0 comments on commit 7525abb

Please sign in to comment.