From 0e55626478f5c1c44b8bbf3f117c4134487bd893 Mon Sep 17 00:00:00 2001 From: Elena Makarova Date: Fri, 26 Sep 2025 16:26:13 +0300 Subject: [PATCH] fix(OperationCell): layout --- .../QueryResult/components/SimplifiedPlan/OperationCell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx b/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx index 33800b1eac..87cfcb5dda 100644 --- a/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx +++ b/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx @@ -97,7 +97,7 @@ export function OperationCell({row, depth = 0, params}: OperationCellProp className={block('operation-name')} > {dividers} - + {row.getCanExpand() && (