Skip to content

Commit

Permalink
Package it up
Browse files Browse the repository at this point in the history
  • Loading branch information
schlick committed Apr 1, 2021
1 parent f035128 commit 613889b
Show file tree
Hide file tree
Showing 5 changed files with 1,446 additions and 1,225 deletions.
10 changes: 5 additions & 5 deletions dist/react-filterbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -17483,23 +17483,23 @@ function relativeOptions() {
},
'Older than 7 days': {
from: null,
to: moment().subtract(7, 'day')
to: moment().subtract(8, 'day')
},
'Older than 14 days': {
from: null,
to: moment().subtract(14, 'day')
to: moment().subtract(15, 'day')
},
'Older than 20 days': {
from: null,
to: moment().subtract(20, 'day')
to: moment().subtract(21, 'day')
},
'Older than 30 days': {
from: null,
to: moment().subtract(30, 'day')
to: moment().subtract(31, 'day')
},
'Older than 42 days (6 weeks)': {
from: null,
to: moment().subtract(42, 'day')
to: moment().subtract(43, 'day')
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion dist/react-filterbar.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 613889b

Please sign in to comment.