Skip to content

Commit a5f256a

Browse files
committed
FDG-11056
1 parent 7af3f79 commit a5f256a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/published-reports/filter-reports-section/filter-reports-section.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const FilterReportsSection: FunctionComponent<Props> = ({ dataset, width }) => {
6969
dataTableRequest,
7070
cusipFirst,
7171
} = reportConfig;
72-
console.log('dateFilterLabeldateFilterLabel ', reportConfig);
72+
7373
const reportFields = dataTableRequest?.fields ? dataTableRequest.fields.split(',') : [];
7474

7575
const isSpecial = !!specialAnnouncement && selectedOption.label === (specialAnnouncement as any).label;
@@ -326,7 +326,7 @@ const FilterReportsSection: FunctionComponent<Props> = ({ dataset, width }) => {
326326
? format(new Date(`${useCusipFirst ? selectedDateStr : format(selectedDate as Date, 'yyyy-MM-dd')}T00:00:00`), 'MMMM d, yyyy')
327327
: format(new Date(`${useCusipFirst ? selectedDateStr : format(selectedDate as Date, 'yyyy-MM-dd')}T00:00:00`), 'MMMM yyyy')
328328
: '(None selected)';
329-
console.log(dateFilterLabel);
329+
330330
const dateDropdownButton = (
331331
<DropdownLabelButton
332332
selectedOption={dateSelectedLabel}

0 commit comments

Comments
 (0)