Skip to content

Commit

Permalink
feat: 공연 상세 페이지에도 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Oct 7, 2024
1 parent 45c6d8f commit 6b3bde7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/admin/src/pages/ShowInfoPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ const ShowInfoPage = () => {
hostName: showInfoForm.watch('hostName'),
hostPhoneNumber: showInfoForm.watch('hostPhoneNumber'),
}}
showCastTeams={castTeamList}
hasNoticePage
/>
</Styled.ShowPreview>
Expand Down Expand Up @@ -382,6 +383,7 @@ const ShowInfoPage = () => {
hostName: showInfoForm.watch('hostName'),
hostPhoneNumber: showInfoForm.watch('hostPhoneNumber'),
}}
showCastTeams={castTeamList}
hasNoticePage
/>
</Styled.ShowInfoPreview>
Expand Down

0 comments on commit 6b3bde7

Please sign in to comment.