@@ -54,7 +59,7 @@ export default function User(props): User {
{props.user.bio}
{eventTypes}
+ {eventTypes}
{eventTypes.length == 0 && (
diff --git a/pages/event-types/[type].tsx b/pages/event-types/[type].tsx
index 42678984e1..5440507d36 100644
--- a/pages/event-types/[type].tsx
+++ b/pages/event-types/[type].tsx
@@ -16,7 +16,6 @@ import { EventTypeCustomInput, EventTypeCustomInputType } from "@lib/eventTypeIn
import {
LocationMarkerIcon,
LinkIcon,
- PencilIcon,
PlusIcon,
DocumentIcon,
ChevronRightIcon,
@@ -265,7 +264,7 @@ export default function EventTypePage({
},
});
- router.push("/availability");
+ router.push("/bookings");
}
const openLocationModal = (type: LocationType) => {