mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
Refactor import statements and update component types in SpanViewer.tsx
This commit is contained in:
parent
8363279050
commit
cc517d36dc
@ -38,9 +38,7 @@ const SpanViewer: FunctionComponent<ComponentProps> = (
|
||||
const [isLoading, setIsLoading] = React.useState<boolean>(false);
|
||||
const [span, setSpan] = React.useState<Span | null>(null);
|
||||
|
||||
const {
|
||||
telemetryService, onClose
|
||||
} = props;
|
||||
const { telemetryService, onClose } = props;
|
||||
|
||||
const selectLog: Select<Log> = {
|
||||
body: true,
|
||||
|
Loading…
Reference in New Issue
Block a user