Skip to content

Commit

Permalink
Merge branch 'refactor/create' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
9yujin committed Nov 12, 2022
2 parents 2c97652 + 332744d commit acc11ba
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/pages/Home/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ function Create() {
step={step}
skipSelectParents={status === 'success' && isAlone ? true : false}
/>
<SlideTransition keyValue={step} direction={direction}>
<ContentWrapper>
<MarginTemplate>
{status === 'success' && isAlone
? title[step]
: title[step - 1]}
{renderContent(step)}
</MarginTemplate>
</ContentWrapper>
</SlideTransition>
{/* <SlideTransition keyValue={step} direction={direction}> */}
<ContentWrapper>
<MarginTemplate>
{status === 'success' && isAlone
? title[step]
: title[step - 1]}
{renderContent(step)}
</MarginTemplate>
</ContentWrapper>
{/* </SlideTransition> */}
</>
)}
</Wrapper>
Expand Down

0 comments on commit acc11ba

Please sign in to comment.