Skip to content

Commit

Permalink
chore: 백엔드의 요청으로 인해 인원수 click시 BottomSheet가 띄워지지 않도록 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
soi-ha committed Aug 21, 2024
1 parent 8448cc0 commit b56524a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/StepList/BillStepItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ const BillStepItem: React.FC<BillStepItemProps> = ({
bottomLeftText="총액"
bottomRightText={`${totalPrice.toLocaleString('ko-kr')} 원`}
backgroundColor="white"
onTopRightTextClick={handleTopRightTextClick}
// TODO: (@soha) 백엔드의 요청으로 인해 인원수 click시 BottomSheet가 띄워지지 않도록 주석처리
// onTopRightTextClick={handleTopRightTextClick}
>
{step.actions &&
step.type === 'BILL' &&
Expand Down

0 comments on commit b56524a

Please sign in to comment.