Skip to content

Commit

Permalink
Fixes table row that didn't expand the whole length
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Dec 16, 2024
1 parent 4a62606 commit 61e8e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/ui/src/components/routes/app/StepList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ const StepSubTableRow = (props: {
)}
</TableCell>
<TableCell className="" />
{props.displayAnnotations && <TableCell className="" />}
<TableCell className="" />
</>
) : (
<TableCell colSpan={5}></TableCell>
Expand Down

0 comments on commit 61e8e24

Please sign in to comment.