Skip to content

Commit

Permalink
Remove unnecessary tag end from CommitRanked view
Browse files Browse the repository at this point in the history
  • Loading branch information
finico committed Jun 25, 2020
1 parent ffe516f commit a5621c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ function CommitRanked({chartData, commitTree, height, width}: Props) {
width={width}>
{CommitRankedListItem}
</FixedSizeList>
>
</Tooltip>
);
}
Expand Down

0 comments on commit a5621c6

Please sign in to comment.