Skip to content

Commit

Permalink
yapp-project#15 issue 레시피 등록
Browse files Browse the repository at this point in the history
See: Github issue yapp-project#15
---------------------------------------
### 작업파일
* components 폴더 내 파일들 -> commonstep
* containers 폴더 내 파일들 -> enrolment
---------------------------------------
### 작업내용
* 클릭 이벤트 생성
	* 왼쪽 상단 스텝을 클릭할 시, 그 스텝에 맞는 레이아웃으로 변경
  • Loading branch information
Sung-jin committed Mar 27, 2019
1 parent 9b1bc9f commit e2b7662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CommonStep/CommonStep.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const Div = ({ contents, onChangeStepStatus }) => {

<span className={cx("common-container-detail")}>
<span className={cx("common-container-contour")}></span>

{contents[0].detail}
</span>
</div>
Expand Down

0 comments on commit e2b7662

Please sign in to comment.