Removes unused onAppear {}

This commit is contained in:
Stuart Breckenridge
2022-12-22 07:56:34 +08:00
parent 227f907c3d
commit 242bba6779

View File

@@ -59,9 +59,7 @@ struct TimelineCustomizerView: View {
}
.listStyle(.grouped)
.navigationTitle(Text("Timeline Layout", comment: "Navigation bar title for Timeline Layout"))
.onAppear {
}
}
var timeLinePreviewRow: some View {