Skip to content

Commit d16aa96

Browse files
authored
fix: module setup times are multiplied by 1000 (#838)
1 parent f919dbc commit d16aa96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/client/components/ModuleItemBase.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const openInEditor = useOpenInEditor()
111111
<DurationDisplay
112112
title="Module Setup Time"
113113
flex="~ items-center"
114-
:duration="mod.timings.setup * 1000"
114+
:duration="mod.timings.setup"
115115
:factor="0.5"
116116
>
117117
<template #before>

0 commit comments

Comments
 (0)