Skip to content

Commit

Permalink
Merge pull request #266 from TEAM-MONGDOL/develop
Browse files Browse the repository at this point in the history
[merge] - develop > main 머지
  • Loading branch information
Ginieee authored Aug 19, 2024
2 parents 1853c66 + b0565d3 commit ee57494
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/app/(route)/(user)/(with-layout)/points/apply/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ const PointsApplyDetailPage = ({ params }: PointsApplyDetailPageProps) => {
leftTitle="신청일"
leftContent={dateConverter(data.createdAt)}
/>
<UserArticleRowAtom
leftTitle="심사일"
leftContent={dateConverter(data.reviewTime || '-')}
/>
{data.applyType !== 'PENDING' && (
<UserArticleRowAtom
leftTitle="심사일"
leftContent={dateConverter(data.reviewTime || '-')}
/>
)}
<div className="flex w-full flex-col py-5">
{data.fileInfo && (
<FileModule
Expand Down

0 comments on commit ee57494

Please sign in to comment.