Skip to content

Commit d0c850c

Browse files
committed
avoid showing time again
1 parent 5ec62c9 commit d0c850c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/extension/components/ComponentTime.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ export function ComponentTime(props) {
3232
percentage={props.percentage}
3333
theme={props.theme}
3434
/>
35-
<p>
36-
{props.componentname} - {props.msec} ms
37-
</p>
35+
<p>{props.componentname}</p>
3836
</a>
3937
</div>
4038
)

0 commit comments

Comments
 (0)