Skip to content

Commit

Permalink
fix: change table titles's total day count to consider both dates inc…
Browse files Browse the repository at this point in the history
…lusively
  • Loading branch information
DanyaIzm authored Dec 20, 2024
1 parent d6d913c commit 1847e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TablePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const TablePage = () => {
time_spent: title.end_date
? translateMsToDays(
new Date(title.end_date) - new Date(title.start_date)
)
) + 1
: "Not finished",
};
}),
Expand Down

0 comments on commit 1847e8b

Please sign in to comment.