Skip to content

Commit

Permalink
Merge pull request #113 from APP-iOS5th/Fix/ProfileViewFix
Browse files Browse the repository at this point in the history
Fix: Error fix
  • Loading branch information
JeongWo authored Sep 5, 2024
2 parents dcff144 + 4991507 commit d86cf09
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ class ProfileViewModel: ObservableObject {
profileImage: croppedImage?.jpegData(compressionQuality: 0.8)
)

if success {
await loadInitialData()
} else {
if !success {
profileUpdateError = "프로필 업데이트에 실패했어요. 다시 시도해주세요."
showProfileAlert = true
}
Expand Down

0 comments on commit d86cf09

Please sign in to comment.