Skip to content

Commit 790474c

Browse files
committed
worked on updating legibility of History component code
1 parent 683d2b7 commit 790474c

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
@@ -239,8 +239,7 @@ function History(props: any) {
239239
};
240240

241241
// below we are rendering the LegendKey component and passing hierarchy as props
242-
// then rendering each node in History tab to render using D3
243-
242+
// then rendering each node in History tab to render using D3, which will share area with LegendKey
244243
return (
245244
<>
246245
<div>

0 commit comments

Comments
 (0)