Skip to content

Commit

Permalink
Chore: 쿠폰 메세지 더미데이터로 수정 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun authored Jan 29, 2024
1 parent d427923 commit 485db0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hooks/main/useMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export const useMain = () => {
revenueError,
isStaticsLoading,
isRevenueLoading,
couponMessage: data ? data.couponMessage : '',
couponMessage: data
? data.couponMessage
: '이업주님. 쿠폰 발급 후 매출이 68% 늘어났어요!',
navigateUserGuide,
navigateBusinessCenter,
};
Expand Down

0 comments on commit 485db0c

Please sign in to comment.