From e7a40cfd5c978e0778c521eb853e5c33361db293 Mon Sep 17 00:00:00 2001 From: Choi siun Date: Thu, 22 Aug 2024 16:42:18 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=97=90=EB=94=94=ED=84=B0=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=B2=84=ED=8A=BC=20=EC=95=88=EB=9C=A8=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(main)/i/[subdomain]/page.tsx | 4 +--- src/components/editor/main.tsx | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/(main)/i/[subdomain]/page.tsx b/src/app/(main)/i/[subdomain]/page.tsx index e86f624..2457183 100644 --- a/src/app/(main)/i/[subdomain]/page.tsx +++ b/src/app/(main)/i/[subdomain]/page.tsx @@ -51,9 +51,7 @@ export default async function Page({ params }: Props) { ))} - {invitation.customFields?.fab?.type === "invitation_response" && ( - - )} + ); diff --git a/src/components/editor/main.tsx b/src/components/editor/main.tsx index c0fb560..662d570 100644 --- a/src/components/editor/main.tsx +++ b/src/components/editor/main.tsx @@ -51,7 +51,9 @@ export default function EditorMain() { {editor.data.elements.map((childElement) => ( ))} - +
+ +