add id to expanded job rows

This commit is contained in:
Keith Grant
2021-01-26 14:18:10 -08:00
parent 2c17d56acd
commit afdb4f9709

View File

@@ -97,7 +97,7 @@ function JobListItem({
</ActionItem>
</ActionsTd>
</Tr>
<Tr isExpanded={isExpanded}>
<Tr isExpanded={isExpanded} id={`expanded-job-row-${job.id}`}>
<Td colSpan={2} />
<Td colSpan={showTypeColumn ? 5 : 4}>
<ExpandableRowContent>