diff --git a/src/components/TitleCard.jsx b/src/components/TitleCard.jsx index 7173b71..c53ad1a 100644 --- a/src/components/TitleCard.jsx +++ b/src/components/TitleCard.jsx @@ -115,7 +115,7 @@ const TitleCard = ({ title, activity }) => { Spent:{" "} {translateMsToDays( new Date(title.endDate) - new Date(title.startDate) - )}{" "} + ) + 1}{" "} days )}