TP-40366| Fixing expand function (#41)

This commit is contained in:
Pooja Jaiswal
2023-09-25 16:50:47 +05:30
committed by GitHub
parent 4201d62c69
commit b1cfbe6f90

View File

@@ -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}
/>