From 81582be9e91c9cf5dec38bfe7a33625ebc0c8acb Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Tue, 27 Feb 2024 20:04:41 +0000 Subject: [PATCH] I've made a mess --- app/(authenticated)/calendar/[eventID]/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/(authenticated)/calendar/[eventID]/page.tsx b/app/(authenticated)/calendar/[eventID]/page.tsx index fc3e98cd..2dcbd180 100644 --- a/app/(authenticated)/calendar/[eventID]/page.tsx +++ b/app/(authenticated)/calendar/[eventID]/page.tsx @@ -20,7 +20,7 @@ import { } from "@/components/FormFieldPreloadedData"; import { getAllUsers } from "@/features/people"; import { EventActionsUI } from "./EventActionsUI"; -import { Alert, Text } from "@mantine/core"; +import { Alert, Space, Text } from "@mantine/core"; import { TbInfoCircle, TbAlertTriangle } from "react-icons/tb"; import slackApiConnection, { isSlackEnabled, @@ -110,7 +110,12 @@ async function CheckWithTechPrompt({ if (!slack) { return null; } - return ; + return ( + <> + + + + ); } async function ShowView({