[SHOPTIME-3666] Detail Page / 불필요한 API 추가 호출

1. 수정파일

  - FavoriteBtn.jsx

2. 원인

  - props 내려받지 않음
This commit is contained in:
고동영
2024-10-07 15:13:52 +09:00
parent a539b1dcdc
commit 08a6fd05f9

View File

@@ -21,6 +21,7 @@ export default function FavoriteBtn({
selectedPatnrId,
selectedPrdtId,
favoriteFlag,
onFavoriteFlagChanged,
}) {
const dispatch = useDispatch();
const { popupVisible, activePopup } = useSelector(