diff --git a/Dashboard/src/Components/Span/SpanViewer.tsx b/Dashboard/src/Components/Span/SpanViewer.tsx index d126fd045b..f603b1f198 100644 --- a/Dashboard/src/Components/Span/SpanViewer.tsx +++ b/Dashboard/src/Components/Span/SpanViewer.tsx @@ -38,9 +38,7 @@ const SpanViewer: FunctionComponent = ( const [isLoading, setIsLoading] = React.useState(false); const [span, setSpan] = React.useState(null); - const { - telemetryService, onClose - } = props; + const { telemetryService, onClose } = props; const selectLog: Select = { body: true,