Skip to content

Commit

Permalink
feat: 좌석 코드 오류로 인한 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
dvp-tae committed Nov 28, 2024
1 parent 47f0669 commit b9885a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Ticket/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const ClacoTicketDetailPage = () => {
)
)}
</div>

{/*
<div className="flex items-center gap-[9px] headline2-bold text-grayscale-70">
좌석
{reviewData &&
Expand Down Expand Up @@ -282,7 +282,7 @@ export const ClacoTicketDetailPage = () => {
)}
</>
)}
</div>
</div> */}
</div>
</div>
</div>
Expand Down

0 comments on commit b9885a0

Please sign in to comment.