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 0bbcdde commit bec469fCopy full SHA for bec469f
src/evently.client/src/routes/gatherings/$gatheringId/index.tsx
@@ -21,6 +21,7 @@ export const Route = createFileRoute("/gatherings/$gatheringId/")({
21
const gatheringId: number = parseInt(params.gatheringId);
22
const gathering: Gathering | null = await getGathering(gatheringId);
23
let booking: Booking | null = null;
24
+ console.log({ accountId });
25
if (accountId != null && accountId.trim().length > 0) {
26
const { data: bookings } = await getBookings({
27
attendeeId: accountId,
0 commit comments