From f853697ba44fa54fb1d05d6451db806da47d33b0 Mon Sep 17 00:00:00 2001 From: JAEMOONLEE Date: Wed, 11 Oct 2023 18:04:58 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20Liked=20Page=20Title=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/liked/index.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/liked/index.tsx b/pages/liked/index.tsx index f0821c0..8e09a5f 100644 --- a/pages/liked/index.tsx +++ b/pages/liked/index.tsx @@ -14,15 +14,15 @@ interface MyPostingProps { export default function Liked({ roomInfo }: MyPostingProps) { const { openModal } = useModal(); const handleAddPosting = () => { - openModal({ - props: { - title: 'Add Rooms', - size: 'full', - custom: true, - customHeader: true, - }, - children: , - }); + // openModal({ + // props: { + // title: 'Add Rooms', + // size: 'full', + // custom: true, + // customHeader: true, + // }, + // children: , + // }); }; /** @@ -66,7 +66,7 @@ Liked.getLayout = function getLayout(page: React.ReactElement) { window.history.back(); }; return ( - + {page} );