mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
typo
This commit is contained in:
parent
1bd2f84f40
commit
c6b6a12e99
@ -242,11 +242,6 @@ function visTimeline() {
|
||||
const attachedEvents = props.currentSpan.attachedEvents || [];
|
||||
const events: any[] = attachedEvents.map(
|
||||
(d: SpanAttachedEvent, index: number) => {
|
||||
console.log(
|
||||
Number(
|
||||
String(d.startTime.nanos / 1000 / 1000).split(".")[1]
|
||||
).toLocaleString("en-US")
|
||||
);
|
||||
return {
|
||||
id: index + 1,
|
||||
content: d.event,
|
||||
|
Loading…
Reference in New Issue
Block a user