Skip to content

Commit

Permalink
티켓 예매 마감: 예매프로세스 라우트 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
9yujin committed Feb 27, 2022
1 parent f33738e commit 91090f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/TicketingProcess/TicketingProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function TicketingProcess({ location }) {
);
return (
<Routes location={location}>
<Route
{/* 티켓 매진 -> 예매 프로세스 마감 */}
{/* <Route
exact
path="landing"
//애니메이션을 위해 absolute로 설정해야함!
Expand All @@ -41,7 +42,8 @@ function TicketingProcess({ location }) {
path="deposit"
//애니메이션을 위해 absolute로 설정해야함!
element={<RATicketingDepositPage style={{ position: 'absolute' }} />}
/>
/> */}

{/* <Route
exact
path="validation"
Expand Down

0 comments on commit 91090f1

Please sign in to comment.