From 6b3bde7b94d31e06de85a3011cd21a29a21f8c9b Mon Sep 17 00:00:00 2001 From: Minsu Kim Date: Tue, 8 Oct 2024 00:42:23 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B3=B5=EC=97=B0=20=EC=83=81=EC=84=B8?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=EB=8F=84=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/src/pages/ShowInfoPage/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/admin/src/pages/ShowInfoPage/index.tsx b/apps/admin/src/pages/ShowInfoPage/index.tsx index a8e83da..3cd1634 100644 --- a/apps/admin/src/pages/ShowInfoPage/index.tsx +++ b/apps/admin/src/pages/ShowInfoPage/index.tsx @@ -330,6 +330,7 @@ const ShowInfoPage = () => { hostName: showInfoForm.watch('hostName'), hostPhoneNumber: showInfoForm.watch('hostPhoneNumber'), }} + showCastTeams={castTeamList} hasNoticePage /> @@ -382,6 +383,7 @@ const ShowInfoPage = () => { hostName: showInfoForm.watch('hostName'), hostPhoneNumber: showInfoForm.watch('hostPhoneNumber'), }} + showCastTeams={castTeamList} hasNoticePage />