Skip to content

Commit

Permalink
docs: todo 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-0011 committed Feb 9, 2024
1 parent 9d71137 commit e2553a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/result/finished/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function FinishedMissionDetailPage() {
</div>

<MissionHistoryTabLayout>
{/* TODO: 종료 미션 start ~ finish date 표시 */}
{missionId && <MissionHistoryBannerApi missionId={String(missionId)} />}
<MissionCalendar currentData={currentData} missionId={Number(missionId)} />
</MissionHistoryTabLayout>
Expand Down

0 comments on commit e2553a8

Please sign in to comment.