matched community and space models with API.

This commit is contained in:
Faris Armoush
2025-06-22 12:21:46 +03:00
parent 65ed94eb08
commit 8494f0a8f1
8 changed files with 62 additions and 82 deletions

View File

@ -146,7 +146,6 @@ class _SpaceManagementCommunitiesTreeState
Widget _buildCommunityTile(BuildContext context, CommunityModel community) {
final spaces = community.spaces
.where((space) => space.status == SpaceStatus.active)
.map((space) => _buildSpaceTile(
space: space,
community: community,