We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fba75d commit ba2e22fCopy full SHA for ba2e22f
apps/frontend/src/components/launches/calendar.tsx
@@ -390,10 +390,6 @@ export const CalendarColumn: FC<{
390
391
const isBeforeNow = useMemo(() => {
392
const originalUtc = getDate.startOf('hour');
393
- console.log(
394
- originalUtc.startOf('hour').format(),
395
- dayjs().startOf('hour').utc().format()
396
- );
397
return originalUtc.startOf('hour').isBefore(dayjs().startOf('hour').utc());
398
}, [getDate, num]);
399
0 commit comments