diff --git a/src/script.ts b/src/script.ts index 14ac2d2..070f3c0 100644 --- a/src/script.ts +++ b/src/script.ts @@ -60,7 +60,7 @@ let canvas: HTMLCanvasElement; // let ctx: CanvasRenderingContext2D; // let coursesAmt: number; // let viewLvl: Lvl; -let profiles: ProfilesList = []; // +let profiles: ProfilesList = []; // // TODO(ParkerH27): Make this a Map. let source: HTMLImageElement; let size: number; let profNum: number; @@ -198,7 +198,7 @@ function createCourse(num: number, profNum: number): void {
`; } -// TODO(lisahduck): Make errors render next to the erroring input. +// TODO(lishaduck): Make errors render next to the erroring input. const zodErrorElement = document.getElementById("zod-error"); async function applySavedProfiles(): Promise {