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 de09f5d commit 2c49eacCopy full SHA for 2c49eac
src/app/(authenticated)/venue/VenueStands.tsx
@@ -62,7 +62,6 @@ const VenueStands: React.FC<VenueStandsProps> = ({ companies }) => {
62
};
63
64
const sortedDays = getAllUniqueDates(companies);
65
- console.log(sortedDays);
66
67
const companiesForSelectedDay = useMemo(() => {
68
if (!showingDay) return [];
0 commit comments