[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 b5ded8d2a7
commit 5ae64a8b9b
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