Skip to content

Commit

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

0 comments on commit 11ee767

Please sign in to comment.