created reusable text component, and setup typing for it automatically. also fixed bugs with autoload and scraper so that it would handle appending course name headers
This commit is contained in:
@@ -82,5 +82,5 @@ export class Course {
|
||||
*/
|
||||
export type ScrapedRow = {
|
||||
element: HTMLTableRowElement;
|
||||
course: Course;
|
||||
course: Course | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user