[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 GitHub
parent 991d7156a9
commit 8d26230e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',