From 2bbcd45a2fc3199c78f4d3d403aad8a922518a45 Mon Sep 17 00:00:00 2001 From: elijahbenizzy Date: Mon, 16 Dec 2024 11:43:20 -0800 Subject: [PATCH] Fixes table row that didn't expand the whole length --- telemetry/ui/src/components/routes/app/StepList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemetry/ui/src/components/routes/app/StepList.tsx b/telemetry/ui/src/components/routes/app/StepList.tsx index cf2cd995..c5276111 100644 --- a/telemetry/ui/src/components/routes/app/StepList.tsx +++ b/telemetry/ui/src/components/routes/app/StepList.tsx @@ -735,7 +735,7 @@ const StepSubTableRow = (props: { )} - {props.displayAnnotations && } + ) : (