Delete unused code

This commit is contained in:
Maurice Parker
2022-11-12 20:43:25 -06:00
parent a0303d674c
commit 1308394da7

View File

@@ -60,7 +60,6 @@ struct RefreshProgressView: View {
}
)
.clipShape(Capsule())
.animation(.default, value: self.offset)
.frame(width: Self.width, height: Self.height)
}