[+] Add unread prop to assignment entry

This commit is contained in:
Hykilpikonna
2019-11-02 19:40:26 -04:00
parent 3b8884dc84
commit af7d9e9dca
@@ -8,7 +8,7 @@ export default class AssignmentEntry extends Vue
{ {
@Prop({required: true}) assignment: Assignment; @Prop({required: true}) assignment: Assignment;
@Prop({default: false}) @Prop({default: false}) unread: boolean;
/** /**
* Format a date to the displayed format * Format a date to the displayed format