Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Jan 15, 2025
1 parent 32b8ad7 commit 5a005e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/MapView/DateSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ const DateSelector = memo(() => {
const time = date.getTime();
const selectedIndex = findDateIndex(selectableDates, date.getTime());
// eslint-disable-next-line no-console
console.log(selectableDates.map(d => getFormattedDate(d, 'default')));
// eslint-disable-next-line no-console
console.log({ date, time, selectedIndex });
checkSelectedDateForLayerSupport(date.getTime());
if (
Expand Down

0 comments on commit 5a005e0

Please sign in to comment.