Refactor core data classes (#671)
This commit is contained in:
parent
ab453580ad
commit
d1de81d919
24 changed files with 605 additions and 433 deletions
|
|
@ -76,7 +76,7 @@ class PasswordNavigationDataSource: NSObject, UITableViewDataSource {
|
|||
|
||||
func showUnsyncedTableEntries() {
|
||||
filteredSections = sections.map { section in
|
||||
let entries = section.entries.filter { !$0.synced }
|
||||
let entries = section.entries.filter { !$0.isSynced }
|
||||
return Section(title: section.title, entries: entries)
|
||||
}
|
||||
.filter { !$0.entries.isEmpty }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue