Remove unnecessary State property

This commit is contained in:
Angelo Stavrow 2020-08-11 14:00:44 -04:00
parent f646cf9eae
commit 4fe7d2fee9
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -1,8 +1,6 @@
import SwiftUI
struct SidebarView: View {
@State var isPresentingSettings = false
var body: some View {
CollectionListView()
}