Skip to content

Commit

Permalink
fix(timeline): incorrect unit for group duration (fix issue #1837) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DomeT99 authored Feb 4, 2024
1 parent 0dee328 commit a0e906c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default defineComponent({
duration: {
_custom: {
value: inspectedEvent.group.duration,
display: `${inspectedEvent.group.duration} ms`
display: `${inspectedEvent.group.duration / 1000} ms`
}
}
}
Expand Down

0 comments on commit a0e906c

Please sign in to comment.