Skip to content

Commit 6aa9557

Browse files
authored
Merge pull request #89 from pirogramming/feature/nyc
2 parents e9eef1d + ea98edd commit 6aa9557

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

static/js/recommendation/color_analyzer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ function renderRecommendations(products) {
241241

242242
// 제품 개수 업데이트
243243
updateProductCounts(categorizedProducts);
244+
245+
if (window.restoreLikeStates) {
246+
window.restoreLikeStates();
247+
}
244248
}
245249

246250
function renderCategoryProducts(categoryType, products) {

0 commit comments

Comments
 (0)