Skip to content

Commit

Permalink
fix(date-range-picker): unduplicate identifier (failing build)
Browse files Browse the repository at this point in the history
  • Loading branch information
snrs-art committed Oct 14, 2022
1 parent 82eb14f commit 51b9deb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/components/date-range-picker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ export { default as MonthlyDateFilter } from './RangeFilter/Filters/MonthlyFilte
export { RawDateRangePicker } from './RawDateRangePicker';
export * as utils from './utils';
export * as CONST from './constants';
export * as utils from './utils';
export { default } from './DateRangePicker';
1 change: 0 additions & 1 deletion packages/components/date-range-picker/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { Texts } from './DateRangePicker.types';
export { START_OF, END_OF };

export const normalizeRange = (range: DateRange): DateRange => {
console.log('src/utils.tsx normalizeRange range keys', Object.keys(range || {}), range);
if (!range || !range.type) {
return { type: ABSOLUTE, from: undefined };
}
Expand Down

0 comments on commit 51b9deb

Please sign in to comment.