Skip to content

Commit

Permalink
feat(web-analytics): Make this week's dates line up with last week's (#…
Browse files Browse the repository at this point in the history
…18513)

Make this week's dates line up with last week's
  • Loading branch information
robbie-c authored Nov 9, 2023
1 parent 12aa8b8 commit 1cd6702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/web-analytics/webAnalyticsLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const webAnalyticsLogic = kea<webAnalyticsLogicType>([
},
],
dateTo: [
'-0d' as string | null,
null as string | null,
{
setDates: (_, { dateTo }) => dateTo,
},
Expand Down

0 comments on commit 1cd6702

Please sign in to comment.