Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Sep 30, 2023
1 parent caa144c commit bd8ecd5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ struct UploadConfirmationView: View {
if let image = imageModel?.image {
image
.resizable()
.scaledToFill()
.aspectRatio(1, contentMode: .fit)
.clipShape(
RoundedRectangle(cornerRadius: AppConstants.largeItemCornerRadius)
Expand Down

0 comments on commit bd8ecd5

Please sign in to comment.