Skip to content

Commit

Permalink
Fix: 테스트 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsjsj1246 committed Oct 10, 2023
1 parent e7708ca commit 04f85ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MakeShiftPage/components/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Toolbar() {
onClick={() => changeMonth('next')}
className="h-[1.875rem] w-[1.875rem] cursor-pointer"
/>
<p className="ml-[1.25rem] font-apple text-[.875rem] text-main-1" onClick={() => test()}>
<p className="ml-[1.25rem] font-apple text-[.875rem] text-main-1">
기본 OFF {shift?.days.filter((x) => x.dayType !== 'workday').length}
</p>
</div>
Expand Down

0 comments on commit 04f85ca

Please sign in to comment.