Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
docs: update todos [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jan 13, 2024
1 parent 77aae16 commit bebacc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -198,7 +198,7 @@ function createCourse(num: number, profNum: number): void {
<div class=" selectionbox" id="${tempElementIdNext}"></div>`;
}

// 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<void> {
Expand Down

0 comments on commit bebacc2

Please sign in to comment.