Skip to content

Commit 28b2f0e

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Deleted comments in history.tsx referencing render legend.tsx which was deleted in previous commits
1 parent a5d78c4 commit 28b2f0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/History.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ function History(props: Record<string, unknown>): JSX.Element {
212212
return html;
213213
}
214214

215-
// below we are rendering the LegendKey component and passing hierarchy as props
216-
// then rendering each node in History tab to render using D3, which will share area with LegendKey
215+
// then rendering each node in History tab to render using D3, which will share area with LegendKey
217216
return (
218217
<div className="display">
219218
<svg

0 commit comments

Comments
 (0)