diff --git a/Common/UI/Components/LogsViewer/LogItem.tsx b/Common/UI/Components/LogsViewer/LogItem.tsx index ce573379e6..0f6922b60f 100644 --- a/Common/UI/Components/LogsViewer/LogItem.tsx +++ b/Common/UI/Components/LogsViewer/LogItem.tsx @@ -112,7 +112,7 @@ const LogItem: FunctionComponent = ( )}
- {isBodyInJSON &&
{logBody}
} + {isBodyInJSON &&
{logBody}
} {!isBodyInJSON && props.log.body?.toString()}
@@ -215,7 +215,7 @@ const LogItem: FunctionComponent = ( )} {isBodyInJSON && ( -
{logBody}
+
{logBody}
)} @@ -250,13 +250,13 @@ const LogItem: FunctionComponent = ( ATTRIBUTES: -
+
             {JSON.stringify(
               JSONFunctions.unflattenObject(props.log.attributes || {}),
               null,
               2,
             )}
-          
+ )}