Skip to content

Commit ed94600

Browse files
authored
Remove unnecessary tag end from CommitRanked view (#19195)
1 parent ffe516f commit ed94600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-devtools-shared/src/devtools/views/Profiler/CommitRanked.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ function CommitRanked({chartData, commitTree, height, width}: Props) {
167167
width={width}>
168168
{CommitRankedListItem}
169169
</FixedSizeList>
170-
>
171170
</Tooltip>
172171
);
173172
}

0 commit comments

Comments
 (0)