diff --git a/frontend/app/types/app/period.js b/frontend/app/types/app/period.js index bd4338698..4c54dfd80 100644 --- a/frontend/app/types/app/period.js +++ b/frontend/app/types/app/period.js @@ -36,7 +36,7 @@ function getRange(rangeName, offset) { ); case LAST_7_DAYS: return Interval.fromDateTimes( - now.minus({ days: 7 }).startOf("day"), + now.minus({ days: 7 }).endOf("day"), now.endOf("day") ); case LAST_30_DAYS: