Skip to content

Commit 7f904f1

Browse files
authored
Merge pull request #192 from YAPP-Github/fix/2.0.0-error
fix: 2.0.0 qa λŸ°νƒ€μž„ μ—λŸ¬ μˆ˜μ •
2 parents ca83c09 + 35ea829 commit 7f904f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€ŽProjects/Feature/FeatureRecommend/Sources/Recommend/RecommendView.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private extension RecommendView {
139139
.id(interest.description)
140140
}
141141
}
142-
.animation(.pokitDissolve, value: store.myInterestList)
142+
.animation(.pokitDissolve, value: store.myInterestList.elements)
143143
}
144144

145145
@ViewBuilder

0 commit comments

Comments
Β (0)