diff --git a/static/js/recommendation/color_analyzer.js b/static/js/recommendation/color_analyzer.js index 2990434..4e4766d 100644 --- a/static/js/recommendation/color_analyzer.js +++ b/static/js/recommendation/color_analyzer.js @@ -241,6 +241,10 @@ function renderRecommendations(products) { // 제품 개수 업데이트 updateProductCounts(categorizedProducts); + + if (window.restoreLikeStates) { + window.restoreLikeStates(); + } } function renderCategoryProducts(categoryType, products) {