Skip to content

Commit

Permalink
170829 - 상품 상세 리뷰 별로에요 클릭시 오류 해결 #207
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneBuug committed Aug 29, 2017
1 parent 715f0af commit 626d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSProject/pyunrihae/pyunrihae/UsefulBadBtnView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class UsefulBadBtnView: UIView {
}
@IBAction func tabBadBtn(_ sender: UIButton) {
if User.sharedInstance.email == "" {

NotificationCenter.default.post(name: NSNotification.Name("showLoginPopup"), object: self, userInfo: ["validator": validator])
} else {
let uid = User.sharedInstance.id
var reviewStatus = User.sharedInstance.review_like_list[reviewId]
Expand Down

0 comments on commit 626d888

Please sign in to comment.