diff --git a/components/DonateBanner.tsx b/components/DonateBanner.tsx index db3835c1..41675d9a 100644 --- a/components/DonateBanner.tsx +++ b/components/DonateBanner.tsx @@ -1,9 +1,8 @@ import { GiftIcon } from "@heroicons/react/outline"; export default function DonateBanner() { - -if (location.hostname.endsWith(".calendso.com")) { -return null; -} + if (location.hostname.endsWith(".calendso.com")) { + return null; + } return ( <> @@ -17,21 +16,19 @@ return null;