mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Remove unnecessary State property
This commit is contained in:
parent
f646cf9eae
commit
4fe7d2fee9
@ -1,8 +1,6 @@
|
||||
import SwiftUI
|
||||
|
||||
struct SidebarView: View {
|
||||
@State var isPresentingSettings = false
|
||||
|
||||
var body: some View {
|
||||
CollectionListView()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user