Commit e64beda1 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

티켓팅 페이지 버그

parent 87c679ef
...@@ -91,7 +91,7 @@ const TicketingPage = ({ location }) => { ...@@ -91,7 +91,7 @@ const TicketingPage = ({ location }) => {
</div> </div>
<div className="col-sm-3 text-center"> <div className="col-sm-3 text-center">
<div className="mb-2" style={{ color: "white" }}>좌석선택</div> <div className="mb-2" style={{ color: "white" }}>좌석선택</div>
{movieInfo && ticketInfo.cinema {movieInfo && ticketInfo.cinema && ticketInfo.timetableId
? ?
<Link to={{ <Link to={{
pathname: `/ticket/seat`, pathname: `/ticket/seat`,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment