Skip to content

Commit

Permalink
fix: 빌드 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jikwan0327 committed Jun 4, 2023
1 parent 538d6f2 commit fe02254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/admin/src/components/main/DetailBox/PointItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ export function RecentPointItem({ studentId }: { studentId: string }) {
<Text color="primary">{recentStudentPointHistory?.point_score}</Text>
</>
</_Student>

);
}

export function StudentPointItem({
isDeleteListOption = false,
canDelete = false,
Expand Down

0 comments on commit fe02254

Please sign in to comment.