[Spaces] M10.4.1 Home space data filtering #4570

- update after review
This commit is contained in:
Gil Eluard
2021-10-18 15:01:11 +02:00
parent 97c310c353
commit 9c2531c59a
8 changed files with 31 additions and 44 deletions
@@ -253,7 +253,7 @@ extension SpaceMenuViewController: UITableViewDataSource {
if let cell = cell as? SpaceMenuCell {
cell.update(theme: self.theme)
cell.fill(with: viewData)
cell.update(with: viewData)
}
return cell