fixed page load for space

This commit is contained in:
hannathkadher
2024-11-19 01:21:32 +04:00
parent 7241f78566
commit 20f94e290d
8 changed files with 303 additions and 108 deletions

View File

@ -32,7 +32,11 @@ class _LoadedStateViewState extends State<LoadedSpaceView> {
communities: widget.communities,
onCommunitySelected: widget.onCommunitySelected,
),
CommunityStructureArea(selectedCommunity: widget.selectedCommunity),
CommunityStructureArea(
selectedCommunity: widget.selectedCommunity,
spaces: widget.selectedCommunity?.spaces ?? [],
connections: [],
),
],
),
const GradientCanvasBorderWidget(),