Empty User Profile Image Crash (#1195)

This commit is contained in:
Ethan Pippin 2024-08-17 14:42:17 -06:00 committed by GitHub
parent 7c36c157fe
commit e12adc7c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct UserProfileSettingsView: View {
ZStack { ZStack {
imageView imageView
} }
.aspectRatio(contentMode: .fill) .aspectRatio(1, contentMode: .fill)
.clipShape(.circle) .clipShape(.circle)
.frame(width: 150, height: 150) .frame(width: 150, height: 150)
.shadow(radius: 5) .shadow(radius: 5)