view/refactor: remove extra spacer

This commit is contained in:
William Casarin
2023-06-22 10:28:52 +02:00
parent 1389e50b8e
commit 3dbdc42d8b

View File

@@ -259,8 +259,6 @@ struct CustomizeZapView: View {
ZapButton ZapButton
Spacer() Spacer()
Spacer()
} }
.sheet(isPresented: $show_zap_types) { .sheet(isPresented: $show_zap_types) {
if #available(iOS 16.0, *) { if #available(iOS 16.0, *) {