diff --git a/pages/event-types/index.tsx b/pages/event-types/index.tsx
index 00cf1d89a5..93b4e83c04 100644
--- a/pages/event-types/index.tsx
+++ b/pages/event-types/index.tsx
@@ -20,7 +20,7 @@ import {
PlusIcon,
UserIcon,
} from "@heroicons/react/solid";
-import Loader from '@components/Loader';
+import Loader from "@components/Loader";
export default function Availability({ user, types }) {
const [session, loading] = useSession();
@@ -42,7 +42,7 @@ export default function Availability({ user, types }) {
// TODO: Add validation
- const response = await fetch("/api/availability/eventtype", {
+ await fetch("/api/availability/eventtype", {
method: "POST",
body: JSON.stringify({
title: enteredTitle,
@@ -66,7 +66,7 @@ export default function Availability({ user, types }) {
}
if (loading) {
- return
- Event types enable you to share links that show available times on your calendar and allow - people to make bookings with you. -
++ Event types enable you to share links that show available times on your calendar and allow + people to make bookings with you. +
+ +