diff --git a/lib/pages/chat_list/space_view.dart b/lib/pages/chat_list/space_view.dart index 9a1fdd56b..c2fc44374 100644 --- a/lib/pages/chat_list/space_view.dart +++ b/lib/pages/chat_list/space_view.dart @@ -326,7 +326,7 @@ class _SpaceViewState extends State { if (space == null) return; switch (action) { case SpaceChildAction.edit: - context.push('/rooms/${widget.spaceId}/details'); + context.push('/rooms/$roomId/details'); case SpaceChildAction.moveToSpace: final spacesWithPowerLevels = space.client.rooms .where(