mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 15:14:55 +00:00
fixed page load for space
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user