Skip to content

Commit

Permalink
fix issue #37
Browse files Browse the repository at this point in the history
  • Loading branch information
architec committed Nov 7, 2021
1 parent 68c2812 commit 27046db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const timeValue = setInterval(function () {
var theButton = document.getElementById('redoButton');

let reminderDate = new Date();
reminderDate.setDate(reminderDate.getDate() + 4); // TODO: add a dropdown after redo button, to set the reminder date
reminderDate.setDate(reminderDate.getDate() + 3); // TODO: add a dropdown after redo button, to set the reminder date
const redo = {
uri: window.location.href.toString(),
record: new Date().toLocaleString(),
Expand Down

0 comments on commit 27046db

Please sign in to comment.