From 13d31c4f9413341301c4b217f19d2c160e50769e Mon Sep 17 00:00:00 2001 From: xiaokang Date: Thu, 5 Sep 2024 10:39:25 +0800 Subject: [PATCH] fix: remove pre style --- .../Workspace/components/PLDebugResultSet/DebugVariables.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Workspace/components/PLDebugResultSet/DebugVariables.tsx b/src/page/Workspace/components/PLDebugResultSet/DebugVariables.tsx index 03888ceef..1c153c259 100644 --- a/src/page/Workspace/components/PLDebugResultSet/DebugVariables.tsx +++ b/src/page/Workspace/components/PLDebugResultSet/DebugVariables.tsx @@ -41,7 +41,7 @@ const DebugVariables: React.FC = (props) => { id: 'odc.components.PLDebugResultSet.Value', }), render(v) { - return
{v}
; + return
{v}
; }, }, ];