mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-15 09:45:25 +00:00
matched community and space models with API.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user