Skip to content

Commit

Permalink
Merge pull request #326 from FRONTENDBOOTCAMP-11th/bug/#288-QA
Browse files Browse the repository at this point in the history
🎨  전달메시지 형식 변경
  • Loading branch information
Youjiiin authored Jan 21, 2025
2 parents dade6c6 + 19838c0 commit 3e1b21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CheckOrder/CheckBuyList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function CheckBuyList({ data, setViewPayment }: CheckBuyListProps) {
// console.log(OrderList[i].props.id);
registerNotification({
target_id: OrderList[i].props.id,
content: `${data.item.name}에서 보내는 메시지: ${message}`,
content: `${data.item.name}에서 ${message}`,
type: 'message',
extra: {
productId: data.item._id,
Expand Down

0 comments on commit 3e1b21d

Please sign in to comment.