Skip to content

Commit

Permalink
fix: PMAttendance 길이 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Sep 11, 2024
1 parent aa68a65 commit a3338bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { useRecoilValue } from 'recoil';
const trackController: Record<MemberStack, ITrackController> = {
pm: {
title: '기획',
arrayLength: 5,
arrayLength: 4,
color: Primary.light,
titleColor: Primary.default,
},
Expand Down

0 comments on commit a3338bf

Please sign in to comment.