Skip to content

Commit

Permalink
Merge pull request #622 from TeamNado-Sunbae/fix/#621-Mypage-ProfileI…
Browse files Browse the repository at this point in the history
…mage-QA

🔨 [QA] 마이페이지/선배페이지 프로필 사진 배경 수정
  • Loading branch information
dev-jungbin authored Oct 26, 2022
2 parents 978884b + c4fcd84 commit 477e46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ extension MypageMainVC {
questionTV.makeRounded(cornerRadius: 8.adjusted)
questionTV.removeSeparatorsOfEmptyCellsAndLastCell()

profileImgView.image = UIImage(named: "profileImage\(userInfo.profileImageID)")!
profileImgView.image = UIImage(named: "grayProfileImage\(userInfo.profileImageID)")!
nickNameLabel.text = userInfo.nickname
firstMajorLabel.text = "\(userInfo.firstMajorName) \(userInfo.firstMajorStart)"
if userInfo.secondMajorName == "미진입" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ extension MypageUserVC {
questionEmptyView.makeRounded(cornerRadius: 8.adjusted)
questionTV.separatorColor = .separatorGray

profileImgView.image = UIImage(named: "profileImage\(userInfo.profileImageID)")!
profileImgView.image = UIImage(named: "grayProfileImage\(userInfo.profileImageID)")!
nickNameLabel.text = userInfo.nickname
firstMajorLabel.text = "\(userInfo.firstMajorName) \(userInfo.firstMajorStart)"
if userInfo.secondMajorName == "미진입" {
Expand Down

0 comments on commit 477e46b

Please sign in to comment.