We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683d2b7 commit 790474cCopy full SHA for 790474c
src/app/components/History.tsx
@@ -239,8 +239,7 @@ function History(props: any) {
239
};
240
241
// 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
-
+ // then rendering each node in History tab to render using D3, which will share area with LegendKey
244
return (
245
<>
246
<div>
0 commit comments