[FIX] Wrong Team's icon on SelectTeam item's list (#4469)

This commit is contained in:
Gleidson Daniel Silva 2022-09-05 09:19:45 -03:00 committed by Diego Mello
parent 47c02308c0
commit d161fc6221
1 changed files with 2 additions and 1 deletions

View File

@ -659,7 +659,8 @@ class RoomActionsView extends React.Component<IRoomActionsViewProps, IRoomAction
const data = teamRooms.map(team => ({
rid: team.teamId as string,
t: team.t,
name: team.name
name: team.name,
teamMain: team.teamMain
}));
navigation.navigate('SelectListView', {
title: 'Move_to_Team',