diff --git a/app/views/RoomActionsView/index.tsx b/app/views/RoomActionsView/index.tsx index f440de18b..9aa9fa0f3 100644 --- a/app/views/RoomActionsView/index.tsx +++ b/app/views/RoomActionsView/index.tsx @@ -659,7 +659,8 @@ class RoomActionsView extends React.Component ({ rid: team.teamId as string, t: team.t, - name: team.name + name: team.name, + teamMain: team.teamMain })); navigation.navigate('SelectListView', { title: 'Move_to_Team',