mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +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