[SHOPTIME-3666] Detail Page / 불필요한 API 추가 호출
1. 수정파일 - FavoriteBtn.jsx 2. 원인 - props 내려받지 않음
This commit is contained in:
@@ -21,6 +21,7 @@ export default function FavoriteBtn({
|
||||
selectedPatnrId,
|
||||
selectedPrdtId,
|
||||
favoriteFlag,
|
||||
onFavoriteFlagChanged,
|
||||
}) {
|
||||
const dispatch = useDispatch();
|
||||
const { popupVisible, activePopup } = useSelector(
|
||||
|
||||
Reference in New Issue
Block a user