Browse Source

Remove commented-out code

pull/209/head
Angelo Stavrow 1 year ago
parent
commit
2eba4c5c04
No known key found for this signature in database GPG Key ID: 1A49C7064E060EEE
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      Shared/PostCollection/CollectionListView.swift

+ 0
- 3
Shared/PostCollection/CollectionListView.swift View File

@@ -3,9 +3,6 @@ import SwiftUI
struct CollectionListView: View {
@EnvironmentObject var model: WriteFreelyModel
@EnvironmentObject var errorHandling: ErrorHandling
// @ObservedObject var collections = CollectionListModel(
// managedObjectContext: LocalStorageManager.standard.container.viewContext
// )
@FetchRequest(sortDescriptors: []) var collections: FetchedResults<WFACollection>
@State var selectedCollection: WFACollection?



Loading…
Cancel
Save