This commit is contained in:
akcodez
2024-07-01 15:02:37 -07:00
parent 700dbfac23
commit bb34cd463d

View File

@@ -167,7 +167,6 @@ const events = [
},
];
const { nearestDateDiff, nearestEvent } = findNearestUpcomingEvent(events);
console.log({ nearestDateDiff, nearestEvent });
const XrplEventsAndCarouselSection = ({ events }) => {
const { useTranslate } = useThemeHooks();
const { translate } = useTranslate();