[-] Remove unnecessary unreadTable() function

This commit is contained in:
Hykilpikonna
2019-10-13 14:53:00 -04:00
parent c94435360f
commit 047ceda252
@@ -27,9 +27,4 @@ export default class OverallCourse extends Vue
}
else return this.unread;
}
unreadTable()
{
return [{date: '2019-10-04', name: 'Letter from a Penn Farmer Discussion Forum', grade: '14|14'}];
}
}