Skip to content

Commit dc1becd

Browse files
authored
[DevTools] Remove steps title from scrubber (#34878)
The hover now has a reach tooltip for the "environment" instead.
1 parent d8aa94b commit dc1becd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTimeline.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ function SuspenseTimelineInput() {
160160
onClick={skipForward}>
161161
<ButtonIcon type={'skip-next'} />
162162
</Button>
163-
<div
164-
className={styles.SuspenseTimelineInput}
165-
title={timelineIndex + '/' + max}>
163+
<div className={styles.SuspenseTimelineInput}>
166164
<SuspenseScrubber
167165
min={min}
168166
max={max}

0 commit comments

Comments
 (0)