Include assignment extraInfo on dates page
This commit is contained in:
committed by
Calen Pennington
parent
81c6b401fd
commit
d320c6b5bc
@@ -15,6 +15,7 @@ Factory.define('datesTabData')
|
||||
learner_has_access: true,
|
||||
link: '',
|
||||
title: 'Course Starts',
|
||||
extraInfo: '',
|
||||
},
|
||||
],
|
||||
missed_deadlines: false,
|
||||
|
||||
@@ -59,6 +59,7 @@ function Day({
|
||||
<div key={item.title + item.date} className={textColor}>
|
||||
<div><span className="font-weight-bold small mt-1">{title}</span>{itemBadges}</div>
|
||||
{item.description && <div className="small mb-2">{item.description}</div>}
|
||||
{item.extraInfo && <div className="small mb-2">{item.extraInfo}</div>}
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user