AA-314/AA-330: Updates to courseware due date.

This will fix a bug about if assignment type is None, we will only
show the due date.
This will also fix a bug where we would show the assignment type and
due date on non-scored units within a subsection. Now it will only
show on scored units.
This also fixes the pill that displays from stretching out if the due
date text is multi-lined.
This commit is contained in:
Dillon Dumesnil
2020-08-28 16:16:10 -04:00
parent e2069f97a2
commit 1341068d20
5 changed files with 21 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=3300
export UPPER_PYLINT_THRESHOLD=2560
export ESLINT_THRESHOLD=5530
export STYLELINT_THRESHOLD=880