Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ory committed Oct 3, 2023
1 parent 8ecff2d commit 9980286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts-local.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

let noteElement = document.querySelector("#note-count");
if (noteElement) {
noteElement.innerHTML = formattednotecount;
noteElement.innerHTML = noteCount;
}

let workElement = document.querySelector("#work-count");
Expand Down

0 comments on commit 9980286

Please sign in to comment.