TP-40366| Fixing expand function (#41)
This commit is contained in:
@@ -49,7 +49,7 @@ const TeamResultsTable = (props: TeamResultsTableProps) => {
|
||||
>
|
||||
<TeamForm
|
||||
teamId={team?.id}
|
||||
isExpanded={teamId === team?.id}
|
||||
isExpanded={team?.expand || teamId === team?.id}
|
||||
setTeamId={setTeamId}
|
||||
setLastUpdatedAt={setLastUpdated}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user