File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ struct MyReviewView: View {
4949 myInfoViewModel. requestMyReviewList ( )
5050 }
5151 )
52+ Spacer ( )
5253 }
5354 . onChange ( of: reviewViewModel. needToRefresh) { _ in
5455 myInfoViewModel. requestMyReviewList ( )
Original file line number Diff line number Diff line change @@ -87,17 +87,6 @@ struct SearchResultItemView: View {
8787 isBookMarkedValue. toggle ( )
8888 isBookMarkedValue ? bookmarkAction ( ) : unBookmarkAction ( )
8989 }
90- // Button(action: {
91-
92- // }){
93- // isLikedValue ? Image(name: .heartMarkFill) : Image(name: .heartMark)
94- // }
95- // Button(action: {
96- // isBookMarkedValue.toggle()
97- // isBookMarkedValue ? bookmarkAction() : unBookmarkAction()
98- // }){
99- // isBookMarkedValue ? Image(name: .bookMarkFill) : Image(name: .bookMark)
100- // }
10190 }
10291 . hidden ( productViewType == . review ? true : false )
10392 }
You can’t perform that action at this time.
0 commit comments