Skip to content

Commit 080f378

Browse files
authored
Merge pull request #309 from pythonkr/develop
스프린트 모집을 닫아줍니다
2 parents 7bc572e + 096f94a commit 080f378

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pages/account/contribution.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ query Contributions {
2727
tutorialProposalStartAt
2828
tutorialProposalFinishAt
2929
sprintProposalStartAt
30+
sprintProposalFinishAt
3031
volunteerRecruitingStartAt
3132
volunteerRecruitingFinishAt
3233
lightningTalkProposalStartAt
@@ -100,6 +101,7 @@ const ContributionTable = (props: any) => {
100101
<ContributionTableRow
101102
title={ t('contribute:overview.table.sprint') }
102103
openDate={schedule.sprintProposalStartAt || ''}
104+
closeDate={schedule.sprintProposalFinishAt || ''}
103105
link={paths.contribute.proposingASprint || ''}
104106
editLink={paths.account.editproposal.sprint || ''}
105107
isMyContribution={mySprints && mySprints.length > 0}

0 commit comments

Comments
 (0)