Skip to content

Commit ab687ba

Browse files
authored
[27기 / HOTFIX] Recruit 페이지 내 JoinSection 필수 속성 누락 수정 (#203)
2 parents 4fd1dda + ed2ad96 commit ab687ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pages/recruit.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import Yapp from 'constants/yapp';
1111
import { RECRUIT_ENQUIRY } from 'database/recruit';
1212
import { ReactElement } from 'react';
1313
import styled from 'styled-components';
14+
import { RecruitStatus } from '../constants/status';
1415

1516
function RecruitPage(): ReactElement {
1617
const { title, description, caution } = RECRUIT_ENQUIRY;
@@ -23,6 +24,7 @@ function RecruitPage(): ReactElement {
2324
<SessionOverview />
2425
<FrequentlyAskedQuestions />
2526
<JoinSection
27+
status={RecruitStatus.ACTIVE}
2628
title={title}
2729
subTitle={description}
2830
caution={caution}

0 commit comments

Comments
 (0)