File tree Expand file tree Collapse file tree
src/features/notification/components/NotificationItemCard Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const NotificationItemCard = ({ data }: Props) => {
2424 if ( type === 'APPOINTMENT_EXPIRE' ) return '나의 Pick 요청이 만료됐어요.' ;
2525 if ( type === 'APPOINTMENT_PROPOSAL' ) return 'Pick 요청을 받았어요.' ;
2626 if ( type === 'APPOINTMENT_REJECT' ) return '나의 Pick 요청이 거절됐어요.' ;
27- if ( type === 'APPOINTMENT_RENTAL_REMIND' ) return '오늘은 아래 상품의 거래 날이에요 !' ;
28- if ( type === 'APPOINTMENT_RETURN_REMIND' ) return '오늘은 아래 상품의 거래 날이에요 !' ;
27+ if ( type === 'APPOINTMENT_RENTAL_REMIND' ) return '아래 상품의 거래 날이 다가와요 !' ;
28+ if ( type === 'APPOINTMENT_RETURN_REMIND' ) return '아래 상품의 거래 날이 다가와요 !' ;
2929 if ( type === 'APPOINTMENT_CONFIRM' ) return '나의 Pick이 확정됐어요.' ;
3030 if ( type === 'APPOINTMENT_SUCCESS' ) return '거래가 완료되었어요! 리뷰를 작성해 보세요.' ;
3131 } ) ( ) ;
You can’t perform that action at this time.
0 commit comments