Skip to content

Commit

Permalink
fix(preset): fix Yesterday preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Feb 14, 2019
1 parent c3ca8f3 commit d3f24f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const defaultPresets = [
},
{
label: 'Yesterday',
range: getRange(1, 0),
range: getRange(1, 1),
},
{
label: 'Last 7 Days',
Expand Down

0 comments on commit d3f24f7

Please sign in to comment.