Skip to content

Commit

Permalink
Sarah - Task History displaying correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHubert committed Aug 10, 2024
1 parent 9ae9e54 commit 076f8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sarah/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,10 @@ const rotationRecord = () => {
})
.join(``)
)
document.querySelector(`#screen-history`).innerHTML = historyItems
document.querySelector(`#history`).innerHTML = historyItems

/* TODO
Make the task list prettier and more readable
If task selected -> taskRecord(selected task)
*/
}
Expand Down

0 comments on commit 076f8ef

Please sign in to comment.